Saturday, 31 August 2013

Effective method for reading large CSV files?

Effective method for reading large CSV files?

I currently have 5 CSV files with about 45,000 records per each file.
Whats the best method to go about this? Ive done I/O before, but never on
this scale. Parse into a vector string?

No comments:

Post a Comment