How to use Flow for parsing grouped records in CSV file.
Let’s say I have a csv file with 100 records.
One attribute called group_id groups the records.
Lets say first 10 records have have a group_id 1.
another 50 have group_id 2
and so on.
The file can have a min 4000records to max a Million records.
I have to run it in a most efficient way. Where I will group the records and assign them to a supervised worker specified to work on the group only.






















