Created 05-06-2019 09:02 PM
Hi ,iam new to nifi , i have xml file with 5 row tags . I want to put each row tag output to one file in hdfs using NIFI . any suggestions please ?
Created 05-06-2019 09:29 PM
Would probably help yourself get an answer if you post the source XML file. If you choose to do this, be sure to remove any sensitive data from it beforehand.
Created 05-08-2019 02:13 PM
Hi Bill and matt, please find attached sample.xml file . i have 3 row tags food,personal,official . i want to write data to 3 different csv files.
Created 05-07-2019 01:37 PM
You should be able to use SplitXml -> PutHDFS, using the Split Depth property to specify where to do the tag splitting. Each tag at that depth will be output as a separate flow file which you can send to HDFS via the PutHDFS processor. You may need to use UpdateAttribute to set the filename attribute, which is used by PutHDFS as the target filename.
Created 05-08-2019 02:15 PM
Hi matt, please find attached sample.xml file . i have 3 row tags food,personal,official . i want to write data to 3 different csv files.
Created 05-08-2019 02:12 PM