Forum Discussion
darshthakkar
4 years agoValued Contributor
@jason.steindorf: As suggested earlier, you can use a “Group by N”, and then a pipeline execute to write individual files in any format you want.
There would be a parent pipeline where you put “Group by N” as the second last snap, Pipeline execute as the last snap. Your child pipeline will have a mapper --> csv formatter --> file writer
Please try using “Group by N” and you’ll see how those records get split into individual records.
jason_steindorf
4 years agoNew Contributor III
Thanks @darshthakkar , i got it working