- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Split CSV between Multiple Records in Apache NIFI
- Labels:
-
Apache NiFi
Created ‎05-27-2021 11:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to process a CSV file and convert it to a JSON in a specific format. My CSV file is as follows
START
PI,0010002,25,king,address,phone
PE,3.2,company1
PE,1.9,company2
STOP
START
PI,0010003,25,prince,address,phone
PE,3.2,company1
PE,1.9,company2
STOP
I want help in extracting records from START till STOP. I was able to do the JSON conversion.
Created ‎05-28-2021 09:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are trying to split your source CSV in to two different FlowFile before converting each to a JSON, you could use the "SplitContent" [1] processor.
If you found this useful, please take a moment to login and click "Accept" on this solution.
Thank you,
Matt
Created ‎05-28-2021 09:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are trying to split your source CSV in to two different FlowFile before converting each to a JSON, you could use the "SplitContent" [1] processor.
If you found this useful, please take a moment to login and click "Accept" on this solution.
Thank you,
Matt
Created ‎06-03-2021 05:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Prajeesh10 Has your issue been resolved? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
Cy Jervis, Manager, Community Program
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created ‎11-28-2022 05:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
id, name, balance, join_date, notes
1, John, 48.23, 04/03/2007 "Our very
first customer!"
2, Jane, 1245.89, 08/22/2009,
3, Frank Franklin, "48481.29", 04/04/2016,
the logic may fail in the above case, if column contains multiple rows.
