Problem : I’ve been doing some CSV reading and writing lately, and ran across CsvHelper which is fantastic so far. […]
Tag: csvhelper
How to read a header from a specific line with CsvHelper?
Problem : I’m trying to read a CSV file where header is at row 3: some crap line some empty […]
NullValues Option Not Working When Loading to DataTable
Problem : When reading a CSV into a DataTable, I am trying to add options for boolean and null values […]
Writing a Header using CsvHelper? C#
Problem : I’m using CsvHelper. To write to a .csv file, I need a header based off of a class. […]
Using CsvHelper can I translate white space to a nullable?
Problem : I have some really lame Csv files I need to parse. I am using CsvHelper and it is […]
Using CSVHelper to output stream to browser
Problem : I’m trying to use CSVHelper to generate a CSV file and send it back to a browser, so […]