ReadStreamAsDT - Filehelpers and C# - How do I dynamically read in a CSV using filehelpers?

后端 未结 2 1151
闹比i
闹比i 2021-01-15 16:02

I am attempting to read in a CSV dynamically via FileHelpers and work with the CSV data as a datatable. My CSV files will not be the same. They will have different column

2条回答
  •  轮回少年
    2021-01-15 16:34

    Have you tried using http://www.codeproject.com/KB/database/CsvReader.aspx ? You could leverage this library's parsing. It's fast and reliable.

提交回复
热议问题