issues
search
phatcher
/
CsvReader
Extended version of Sebastian Lorien's fast CSV Reader
MIT License
300
stars
102
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Product support question
#85
JimGolden
opened
3 months ago
1
Headers in different than top row
#84
dp297
opened
10 months ago
0
Added the option to make header parsing case-sensitive.
#83
jbvirt
opened
1 year ago
0
.
#82
graysuit
closed
2 years ago
0
Install-Package : A parameter cannot be found that matches parameter name 'Version'.
#81
Arbelac
opened
3 years ago
1
Custom line break support
#80
GrabASalad
closed
3 years ago
1
Custom LineBreak Characters as well as `r`n
#79
GrabASalad
opened
3 years ago
1
Allow special characters in column headers
#78
jkhalid0201
opened
3 years ago
0
CsvReader.HandleParseError should not throw an exception when the DefaultParseErrorAction is RaiseEvent
#77
lancasteradam
opened
3 years ago
2
Remove new line characters when giving trimmingOptions
#76
greenjaed
opened
3 years ago
0
Annotated CSV support ?
#75
JRAndreassen
opened
4 years ago
0
Build error MSB4057: The target "Restore" does not exist in the project.
#74
DIYsciBorg
opened
4 years ago
2
Error when reading file with Quoted field at end of first row and SkipEmptyLines=false
#73
bornfromanegg
opened
4 years ago
0
Error: 'FileId' field header not found. Parameter name: name
#72
HTI-DaraiusKeeka
opened
5 years ago
0
CurrentRecordIndex Does not Update if SkipEmptyLines is True and a row is empty
#71
gavdraper
opened
5 years ago
0
Static Fields?
#70
bbakermmc
opened
5 years ago
4
Can I easily trim tabs?
#69
RamunasAdamonis
closed
5 years ago
0
Null versus Empty String fields
#68
agilmore30
opened
5 years ago
2
CsvReader.ReadNextRecord throws IndexOutOfRangeException
#67
Metalnem
opened
5 years ago
2
Customizable CultureInfo
#66
pepr
opened
5 years ago
3
Privacy issues in exception handling
#65
czeshirecat
opened
5 years ago
1
How use bulkCopy safely, if the CSV headers are not previously know
#64
papyr
opened
5 years ago
0
Compare with CsvHelper
#63
MNF
opened
5 years ago
0
PR with failing test for Issue #59
#62
jakubmaguza
closed
6 years ago
2
Issue #56 failing unit test
#61
jakubmaguza
closed
6 years ago
0
Only processing one record?
#60
DSBloom
opened
6 years ago
0
Troubleshooting Column Limits in Bulk Copy
#59
kirikintha
closed
5 years ago
8
FieldCount not increased when Adding custom column
#58
codermel
opened
6 years ago
0
Difficult to find invalid data when using SqlBulkCopy
#57
DiaAWAY
opened
6 years ago
0
error in parsing while " is firs char in row text and " is a part of column text
#56
kashiash
opened
6 years ago
2
Can I use SQL Bulk Copy but exclude rows that don't met a certain set of criteria?
#55
VictorioBerra
opened
6 years ago
4
Fixed typo
#54
phatcher
closed
6 years ago
1
Update paket to address TLS deprecation
#53
forki
closed
6 years ago
0
Exception in CsvReader.cs
#52
korneliuscode
opened
6 years ago
0
Start parsing at specific row
#51
korneliuscode
closed
4 years ago
1
Use StringBuilder instead of string concatenation to improve huge cell processing
#50
andrewpsy
closed
6 years ago
0
Implement a null removal stream to reduce memory usage and runtime
#49
andrewpsy
closed
6 years ago
6
Does it support .NET Core 2.0
#48
texiontech
closed
6 years ago
5
Exception parsing double-quoted fields
#47
senco239
opened
7 years ago
1
Fixed: Exception when reading data and hasHeaders is false
#46
molopony
closed
6 years ago
2
support .net standard 2.0
#45
baoduy
closed
6 years ago
3
Permitting line breaks within field
#44
justSteve
opened
7 years ago
0
GetFieldIndex returns -1 when setting custom columns and specifying hasHeaders = true
#43
janis-veinbergs
opened
7 years ago
2
Fixed typo
#42
Martin005
closed
7 years ago
0
Exception thrown with duplicated colum names #39
#41
jonreis
closed
6 years ago
0
Porting to .net portable
#40
codehippie1
closed
6 years ago
3
Exception thrown with duplicated colum names
#39
h-hasanov
opened
7 years ago
10
Index out of bound when reading TSV w/o header
#38
INRIX-Mark-Gershaft
closed
5 years ago
3
[Question] Faster way to read the csv
#37
JHuenerberg
opened
7 years ago
2
OutOfMemoryException with large Files?
#36
MirsoH
opened
7 years ago
1
Next