Best CSV reader/writer library?
Best CSV reader/writer library for reading 400 MB file and map into list of Objects, No need of manually mapping.
I have used https://joshclose.github.io/CsvHelper/, but it gets too much memory and very slow.
0 Replies