Description: This library makes it easy to use CSV files with LINQ queries. Its features include:
Follows the most common rules for CSV files. Correctly handles data fields that contain commas and line breaks.
In addition to comma, most delimiting characters can be used, including tab for tab delimited fields.
Can be used with an IEnumarable of an anonymous class- which is often returned by a LINQ query.
Supports deferred reading.
Supports processing files with international date and number formats.
Supports different character encodings if you need them.
Recognizes a wide variety of date and number formats when reading files.
Provides fine control of date and number formats when writing files.
Robust error handling, allowing you to quickly find and fix problems in large input files.
To Search:
File list (Check if you may need any files):
LINQtoCSV
.........\Sources
.........\.......\LINQtoCSV
.........\.......\.........\bin
.........\.......\.........\...\Debug
.........\.......\.........\...\Release
.........\.......\.........\...\.......\LINQtoCSV.dll
.........\.......\.........\CsvColumnAttribute.cs
.........\.......\.........\CsvContext.cs
.........\.......\.........\CsvFileDescription.cs
.........\.......\.........\CsvInputFormatAttribute.cs
.........\.......\.........\CsvOutputFormatAttribute.cs
.........\.......\.........\CsvStream.cs
.........\.......\.........\DataRowItem.cs
.........\.......\.........\Exceptions.cs
.........\.......\.........\FieldMapper.cs
.........\.......\.........\LINQtoCSV.csproj
.........\.......\.........\Properties
.........\.......\.........\..........\AssemblyInfo.cs
.........\.......\SampleCode
.........\.......\..........\Product.cs
.........\.......\..........\Program.cs
.........\.......\..........\Properties
.........\.......\..........\..........\AssemblyInfo.cs
.........\.......\..........\SampleCode.csproj
.........\.......\..........\TestFiles
.........\.......\..........\.........\products.csv
.........\.......\Sources.sln
.........\.......\TestConsoleApplication
.........\.......\......................\ProductData.cs
.........\.......\......................\ProductData_DuplicateIndices.cs
.........\.......\......................\ProductData_MissingFieldIndex.cs
.........\.......\......................\Program.cs
.........\.......\......................\Properties
.........\.......\......................\..........\AssemblyInfo.cs
.........\.......\......................\TestConsoleApplication.csproj
.........\.......\......................\TestConsoleApplication.csproj.user
.........\.......\......................\TestFiles
.........\.......\......................\.........\badfile_unknownname.csv
.........\.......\......................\.........\badfile_us_dataerrors.csv
.........\.......\......................\.........\goodfile_nl.csv
.........\.......\......................\.........\goodfile_us.csv
.........\.......\......................\Utils.cs