06-14-2019 11:28 AM
Hi Team,
I am using the Multifile reader snap to read multiple files data into a single file to process further. I need to read this multiple files data into single file data, to do mapping/conversions and again write it to the destination.
Which snap should I use after the multifile reader snap.
Thanks,
Srinivasa Punyala.
06-19-2019 01:59 PM
You might need to parse the files using json parser or csv parser. If you have both of those then you might need to first route or filter your data and then parse.
-Tim