Skip to content
.Net DizzyCoding
.Net Question and Answer Documentation
MENU
  • Home

Tag: csvhelper

Custom conversions when writing CSV files using CsvHelper

By StevePosted on March 18, 2023August 30, 2022

Problem : I’ve been doing some CSV reading and writing lately, and ran across CsvHelper which is fantastic so far. […]

How to read a header from a specific line with CsvHelper?

By StevePosted on November 13, 2022

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

By StevePosted on July 21, 2022

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#

By StevePosted on June 10, 2022

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?

By StevePosted on June 9, 2022August 31, 2022

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

By StevePosted on April 11, 2022

Problem : I’m trying to use CSVHelper to generate a CSV file and send it back to a browser, so […]

Recent Posts

  • Encrypt SQLite database in C#
  • BestPractice – Transform first character of a string into lower case
  • How to make streams from BLOBs available in plain old C# objects when using SqlDataReader?
  • Should I catch all possible specific exceptions or just general Exception and wrap it in custom one?
  • What does messageBox.Show() do in order to stop the execution of a UI thread?
  • Changing connection string at runtime in Enterprise Library
  • printing to pdf
  • Difference between Request.Cookies and Response.Cookies
  • Why Finalize method not allowed to override
  • Is a static repository a right way to use NHibernate?
  • How to read a WebClient response after posting data?
  • The || (or) Operator in Linq with C#
  • Graph rendering using 3D acceleration
  • how can I convert IQueryable to string?
  • Does a SharePoint EventReceiver have to be installed in the GAC, and if so do all dependent assemblies have to as well?
Proudly powered by WordPress / Php Dizzy Coding