MikeStall / DataTable

Class library for working with tabular data, especially CSV files
Apache License 2.0
150 stars 63 forks source link

System.IndexOutOfRangeException: Index was outside the bounds of the array. #56

Open subash774 opened 6 years ago

subash774 commented 6 years ago

When the CSV file has quite a few (few thousands) rows, DataTable runs out of memory, is there a way around to fix this? Maximise the array size perhaps?