large datasets can be handled by following:
- Assign Activity: File.ReadAllLines(CSVFilePath).ToList()
- Generate Datatable Activity
have a look here for a case using these main building blocks:
large datasets can be handled by following:
have a look here for a case using these main building blocks: