Reading large text file

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:

1 Like