Member since
05-27-2021
2
Posts
0
Kudos Received
0
Solutions
05-27-2021
11:27 AM
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.
... View more
Labels:
- Labels:
-
Apache NiFi