Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

ImportCSV

This project allow you to quickly import very large CSV files

public class CodeLists
{
  public int A { get; set; }
  public float B { get; set; }
  public string C { get; set; }
}


IEnumerable<CodeLists> codelist = ImportCSV.Import<CodeLists>(File.OpenRead(@"C:\temp\veryBIGcsvFile.csv"), ';');
// do your stuff... :-)

About

Simple way for you to import very big .csv files into a List<> in C#

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages