Member since
01-21-2019
2
Posts
0
Kudos Received
0
Solutions
01-24-2019
12:24 PM
Then use several replacetext processor in a chain
1st Processor
replace : "additionl_information" :
with: (empty string)
2nd processor replace: =
with: " : "
3rd Processor
replace: ;
with: "(newline)
note: for the (newline) you should actually should hit shift+enter to get the new line in the nifi processor
... View more