LINQtoCSV
LINQtoCSV copied to clipboard
Popular, easy to use library to read and write CSV files.
I had to read data from a simple csv file, but the read method always returned a null reference exception. It was a .NET 4.6 project. After a couple of...
Hey Matt I've added a feature to allow the fields to be output to be specified as a list of strings. I know your normal policy is to raise an...
I noticed 15 open PRs, and the last comment on any issues from the project owner @mperdeck was in 2014. (https://github.com/mperdeck/LINQtoCSV/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+commenter%3Amperdeck) It seems that this project has been abandoned -...
When Importing a csv where dates were written as "d/M/yyyy" I am getting the exception: `LINQtoCSV.WrongDataFormatException: Value "31/12/2019" in line 2 has the wrong format...` It would be nice if...
I have problem with column containg value like 12", when i getting data from csv everything is ok, but when i try to write back objects to csv this value...
when use csvContent.Read(stream,csvDescription) method if the header is "index_id", we will get " index_id"(is wrong) FieldMapper.cs file need use row[i].Value.Trim() replace use row[i].Value
Upgraded to .NET Core 2.0 / .NET Standard 2.0. Swapped out MSTest with xUnit (all tests passing). Updated relative paths in TestConsoleApplication assembly to work with "dotnet run" command.
Hi, Are there any plans to update this library to Core 2.0? Thanks