CsvReader icon indicating copy to clipboard operation
CsvReader copied to clipboard

Extended version of Sebastian Lorien's fast CSV Reader

Results 44 CsvReader issues
Sort by recently updated
recently updated
newest added

Is there a way to add static fields? EX: When loading from file and putting into the DB, we have a FileId that we generate before the insert, so we...

For example If you have a CSV file with 10 lines and lines 3 and 4 are empty with SkipeEmptyLines == true when it reads record 5 it will have...

Hello phatcher, Firstly thanks for the nice tool. Now, I am using the `CsvReader` for importing the data in the Czech environment, where `CultureInfo` prescribes using comma as a decimal...

**CsvReader.ReadNextRecord** throws an **IndexOutOfRangeException** when reading the file from the [attached archive]. You can run the following code to reproduce it (the **path** variable should contain the path to the...

Hi First, thanks for an awesome piece of code. Very useful. I am testing for null and empty string values. e.g. Row 1 - "A",,"C" is returned by CSVReader as...

_csvReader.ParseError. When checking my error log file the following is found "OnCsvParseError The CSV appears to be corrupt near record '3174' field '1120 at position '1120'. Current raw data :...

this row is parsed correctly: 6224613;SINUS POLSKA, MIEDZYRZECZ; this is not parsed correctly: 6224613;"SINUS POLSKA", MIEDZYRZECZ; but this is parsed corectly too: 6224613;SINUS "POLSKA", MIEDZYRZECZ; this means that if column...

bug

Hi, can CsvReader bulkcopy CSV files if the previous headers are not known. 1. i.e. can it use the file name for table name 2. can it use the CSV...

Can you compare this library with [CsvHelper](http://joshclose.github.io/CsvHelper/)? What are advantages/ disadvantages to use one library or another? As a new user, why I should choose this library? It will be...

A lot of machine generated data will have some lines (but without # as a comment). Can we call the function as csvreader (filename, lines skipped, delimiter, xxxx)? Many thanks

enhancement
wontfix