Member since
05-03-2016
4
Posts
0
Kudos Received
0
Solutions
06-13-2016
09:04 PM
Whats the compatibility of nifi with UTF8 , i read and saw some processors need flow files in UTF 8 but it wasnt clear that all processors work with UTF8 Flow files. First i had trouble with the SpiltContent with UTF 8, when i was using text the content would not spilt then i changed it to hex and use 2bytes for each character and it worked. after the splitContent i have TransformXML processor which is failing most likely because of UTF-8. is there a property we can specify which tells the processdor the content of slowfile is UTF8. Anuj
... View more
Labels:
- Labels:
-
Apache NiFi
05-03-2016
08:02 PM
Hi Chris, I have a text file which has multiple messages and the xpath gives an error... when i have only one xml message in the file it works fine.. could you suggest what i could do to read the file with multiple messages
... View more