Hi, so I'm having a bit of trouble where I can't really figure out how to
accomplish what I need, since i'm fairly new to NIFI in general.

So I have a string in the following format:
item1=value1|item2=value2|item3=value3|item4=value4... so on and so forth. 

What I would like to do is convert this into a valid JSON object of the
format of:
{
"item1":"value1", 
"item2":"value2",
"item3":"value3",
"item4":"value4"
...
etc
}

I think I need to use extract text or similar maybe? But I'm not exactly
sure what to do. Could someone point me in the right direction?



--
Sent from: http://apache-nifi-users-list.2361937.n4.nabble.com/

Reply via email to