Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/joshclose/CsvHelper
Library to help reading and writing CSV files
https://github.com/joshclose/CsvHelper
add max buffer sizes and if should process bad field flag
mac477 opened this pull request over 1 year ago
mac477 opened this pull request over 1 year ago
Provide a function to transform property names to header names
CruseCtrl opened this issue over 1 year ago
CruseCtrl opened this issue over 1 year ago
After type conversion, still a ReaderException is thrown
AGuyCalledGerald opened this issue over 1 year ago
AGuyCalledGerald opened this issue over 1 year ago
Parsing of header fields doesn't trim leading and trailing spaces.
noelgifford-home opened this issue over 1 year ago
noelgifford-home opened this issue over 1 year ago
Nullability Annotations
tanveerbadar opened this issue over 1 year ago
tanveerbadar opened this issue over 1 year ago
Inline Type Conversion example docs have wrong code.
HarryDavisgithub opened this issue over 1 year ago
HarryDavisgithub opened this issue over 1 year ago
Removing whitespace from header and change the header to lowercase
Steve1200 opened this issue over 1 year ago
Steve1200 opened this issue over 1 year ago
Fixes #2173
TrevorMcCubbin opened this pull request over 1 year ago
TrevorMcCubbin opened this pull request over 1 year ago
Allow the use of CsvReader after CsvDataReader is disposed.
Qwertyluk opened this issue over 1 year ago
Qwertyluk opened this issue over 1 year ago
`Default` attribute should use `useOnConversionFailure`
YaroslavKormushyn opened this issue over 1 year ago
YaroslavKormushyn opened this issue over 1 year ago
.NET 4.6.2 is not properly supported
ManelBH opened this issue over 1 year ago
ManelBH opened this issue over 1 year ago
Cannot control column order when exporting objects with nested objects
isak1080 opened this issue over 1 year ago
isak1080 opened this issue over 1 year ago
Fixed GetDelimiter issue with blank lines
ManelBH opened this pull request over 1 year ago
ManelBH opened this pull request over 1 year ago
Multiple empty lines can make delimiter autodetection fail
ManelBH opened this issue over 1 year ago
ManelBH opened this issue over 1 year ago
Return number of written records in 'WriteRecords' family of methods
julealgon opened this issue over 1 year ago
julealgon opened this issue over 1 year ago
Sorry to bother you, but please tell me What's this site about an how to use
Thank You
NDO7689 opened this issue over 1 year ago
NDO7689 opened this issue over 1 year ago
Automatic matching of camel naming parameters in constructors
CodingOctocat opened this issue over 1 year ago
CodingOctocat opened this issue over 1 year ago
Always update CsvReader.ColumnCount
Rob-Hague opened this pull request over 1 year ago
Rob-Hague opened this pull request over 1 year ago
Add support for IDictionary<string, object?>
nfplee opened this issue over 1 year ago
nfplee opened this issue over 1 year ago
Write a CSV file with a dictionary field as separate column headers
nfplee opened this issue over 1 year ago
nfplee opened this issue over 1 year ago
setting HasHeaderRecord on Context.Configuration has no effect
jeoffm opened this issue over 1 year ago
jeoffm opened this issue over 1 year ago
BadDataException thrown inside Read forcibly mangles the error message by passing it through "AddDetails" of CsvHelperException
ldeluigi opened this issue over 1 year ago
ldeluigi opened this issue over 1 year ago
Default value not used when `useOnConversionFailure: true` on nullable properties
YaroslavKormushyn opened this issue over 1 year ago
YaroslavKormushyn opened this issue over 1 year ago
Deal with line break in quoted field during Read
Rob-Hague opened this pull request over 1 year ago
Rob-Hague opened this pull request over 1 year ago
Unable to load data from CSV file into an `IRealmObject`
A9G-Data-Droid opened this issue over 1 year ago
A9G-Data-Droid opened this issue over 1 year ago
Custom IEnumerable type cannot be parsed using ITypeConverterFactory
francescodente opened this issue over 1 year ago
francescodente opened this issue over 1 year ago
Table header is duplicate each time two files are merged using WriteRecordsAsync()
AndreiOvidiuCiobanu opened this issue over 1 year ago
AndreiOvidiuCiobanu opened this issue over 1 year ago
Digital signing of DLL in GitHub Actions
claudy opened this issue over 1 year ago
claudy opened this issue over 1 year ago
HasHeaderRecord = False now loads Datatable
Soulrein opened this pull request almost 2 years ago
Soulrein opened this pull request almost 2 years ago
Execute custom Func<string> with raw data on GetRecords() before conversion
devopsdani opened this issue almost 2 years ago
devopsdani opened this issue almost 2 years ago
Expose GetFieldSpan on IParser
Rob-Hague opened this pull request almost 2 years ago
Rob-Hague opened this pull request almost 2 years ago
Using FormatAttribute on a record field has no effect
menaheme opened this issue almost 2 years ago
menaheme opened this issue almost 2 years ago
Wrong delimiter setted in csvConfiguration of the writer on mac os
filippoptg opened this issue almost 2 years ago
filippoptg opened this issue almost 2 years ago
With the Multiline quote column, subsequent rows are not being read
SRGajjala opened this issue almost 2 years ago
SRGajjala opened this issue almost 2 years ago
How to nicely convert NULL into nullable doulbe
worthapenny opened this issue almost 2 years ago
worthapenny opened this issue almost 2 years ago
Missing separators when DefaultTypeConverter implementation returns null
nilvon9wo opened this issue almost 2 years ago
nilvon9wo opened this issue almost 2 years ago
Allow CultureInfoAttribute on classes and some other attribute nice-to-haves
Rob-Hague opened this pull request almost 2 years ago
Rob-Hague opened this pull request almost 2 years ago
CultureInfoAttribute not allowed on class as in example
gregor-tusar-sowa opened this issue almost 2 years ago
gregor-tusar-sowa opened this issue almost 2 years ago
Execption when `Delimiter` is initialized from other string variable and not a string litteral
hlovdal opened this issue almost 2 years ago
hlovdal opened this issue almost 2 years ago
Performance optimizations for GetDelimiter and HeaderValidated.
AjayKMehta opened this pull request almost 2 years ago
AjayKMehta opened this pull request almost 2 years ago
Fix remaining nullable warnings
Rob-Hague opened this pull request almost 2 years ago
Rob-Hague opened this pull request almost 2 years ago
Fix build break on .NET Framework
Rob-Hague opened this pull request almost 2 years ago
Rob-Hague opened this pull request almost 2 years ago
CSV Injection sanitizer is being applied to numeric fields as a well as strings
d-gibbs opened this issue almost 2 years ago
d-gibbs opened this issue almost 2 years ago
Could not load file or assembly 'CsvHelper, Version=30.0.0.0
wadhwak12 opened this issue almost 2 years ago
wadhwak12 opened this issue almost 2 years ago
BadDataException will corrupt CsvParser instance
smbecker opened this issue almost 2 years ago
smbecker opened this issue almost 2 years ago
Enable ignoring CultureInfo.TextInfo.ListSeparator
epatrick opened this pull request almost 2 years ago
epatrick opened this pull request almost 2 years ago
Ensure the ConvertToStringArgs are constructed with the correct generic type
Rob-Hague opened this pull request almost 2 years ago
Rob-Hague opened this pull request almost 2 years ago
Error when calling .Convert() on Property when using empty Map()
mikegwyn17 opened this issue almost 2 years ago
mikegwyn17 opened this issue almost 2 years ago
Raise an exception if a CSV row contains extra values?
claresloggett opened this issue almost 2 years ago
claresloggett opened this issue almost 2 years ago
Restore package failed in a Net 7 console application
ComptonAlvaro opened this issue almost 2 years ago
ComptonAlvaro opened this issue almost 2 years ago
Update target frameworks for .NET 6, .NET Framework 4.6.2, .NET Standard 2.0, .NET Standard 2.1
Romfos opened this pull request almost 2 years ago
Romfos opened this pull request almost 2 years ago
Add check for hasHeaderRecord in CsvWriter.WriteHeader(IEnumerable).
Rob-Hague opened this pull request almost 2 years ago
Rob-Hague opened this pull request almost 2 years ago
CsvHelper.WriterException: 'No properties are mapped for type 'IData'
Ghyath-Serhal opened this issue almost 2 years ago
Ghyath-Serhal opened this issue almost 2 years ago
LineBreakInQuotedFieldIsBadData Not Working since 28.0.0
soligen2010 opened this issue about 2 years ago
soligen2010 opened this issue about 2 years ago
CultureInfoAttribute documentation says it can be used on classes, the code disagrees
rzippo opened this issue about 2 years ago
rzippo opened this issue about 2 years ago
Use Encoder instead of Encoding in CsvParser
Rob-Hague opened this pull request about 2 years ago
Rob-Hague opened this pull request about 2 years ago
Input string was not in a correct format.Couldn't store <> in SoundId Column. Expected type is Int32.
huco95 opened this issue about 2 years ago
huco95 opened this issue about 2 years ago
Converter not called in CsvHelper version 29 and 30
follesoe opened this issue about 2 years ago
follesoe opened this issue about 2 years ago
CsvHelper.TypeConversion.DefaultTypeConverter
habaobaobao opened this issue about 2 years ago
habaobaobao opened this issue about 2 years ago
Calling Map and AutoMap from ClassMap constructor triggers ReSharper warnings
ColbyODonnell opened this issue about 2 years ago
ColbyODonnell opened this issue about 2 years ago
ExecutionEngineException: Attempting to call method 'CsvHelper.Configuration.MemberMap` but no AOT code generated
estellise-yukihime opened this issue about 2 years ago
estellise-yukihime opened this issue about 2 years ago
Override Format attribute before writing to a file
pfaisant opened this issue about 2 years ago
pfaisant opened this issue about 2 years ago
CsvWriter.WriteRecords(IEnumerable records) ignores CsvConfiguration.HasHeaderRecords
Oblomoff opened this issue about 2 years ago
Oblomoff opened this issue about 2 years ago
Cannot override default converter factories in TypeConverterCache
poizan42 opened this issue about 2 years ago
poizan42 opened this issue about 2 years ago
Count surrogate pairs.
kikaragyozov opened this pull request about 2 years ago
kikaragyozov opened this pull request about 2 years ago
.NET 7 AOT Compatibility
enricobenedos opened this issue about 2 years ago
enricobenedos opened this issue about 2 years ago
ByteCount fails to count surrogate characters properly.
kikaragyozov opened this issue about 2 years ago
kikaragyozov opened this issue about 2 years ago
Fixes #2081
MiblaCz opened this pull request about 2 years ago
MiblaCz opened this pull request about 2 years ago
Fixes #2064
MarcelVersteeg opened this pull request about 2 years ago
MarcelVersteeg opened this pull request about 2 years ago
docs ??????????
Otamam opened this issue about 2 years ago
Otamam opened this issue about 2 years ago
Exception thrown for value cannot be null - parameter 'destination' - in the CsvWriter and the value.CopyTo(..) call.
bhehe opened this issue about 2 years ago
bhehe opened this issue about 2 years ago
LeaveOpen removed from CsvConfiguration
crobibero opened this issue about 2 years ago
crobibero opened this issue about 2 years ago
WriteRecordsAsync - at runtime getting "This Operation is only valid on generic types."
MiblaCz opened this issue about 2 years ago
MiblaCz opened this issue about 2 years ago
Records completely skipped when missing field exists (dynamic)
mlb5000 opened this issue about 2 years ago
mlb5000 opened this issue about 2 years ago
Enum case is not ignored by default as expected
michael-andreev opened this issue about 2 years ago
michael-andreev opened this issue about 2 years ago
Reading Value issue with large file
brianseim opened this issue about 2 years ago
brianseim opened this issue about 2 years ago
New class level attributes are ignored, e.g. DelimiterAttribute
dnh-developer opened this issue about 2 years ago
dnh-developer opened this issue about 2 years ago
Add leaveOpen parameter to the CsvReader constructor
crozone opened this pull request about 2 years ago
crozone opened this pull request about 2 years ago
CsvReader(IReaderConfiguration configuration) overload missing LeaveOpen parameter
crozone opened this issue about 2 years ago
crozone opened this issue about 2 years ago
fix(CsvWriter): fix 'leaveOpen' parameter does not work
luber opened this pull request about 2 years ago
luber opened this pull request about 2 years ago
RegisterMap throws Error
sathenoseki opened this issue about 2 years ago
sathenoseki opened this issue about 2 years ago
Problems with memory allocation when exporting csv
brunohdossantos opened this issue about 2 years ago
brunohdossantos opened this issue about 2 years ago
ValidateHeader - At runtime getting "This Operation is only valid on generic types.
Dovernh opened this issue about 2 years ago
Dovernh opened this issue about 2 years ago
Unhandled Exception: System.TypeLoadException: Could not load type 'System.ValueTuple`2' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
GanZhiXiong opened this issue about 2 years ago
GanZhiXiong opened this issue about 2 years ago
How can I represent null as nothing (,,), and an empty string as ,“”,
Jmaharman opened this issue about 2 years ago
Jmaharman opened this issue about 2 years ago
The field leaveOpen is not assigned in the CsvWriter constructor
ravenyue opened this issue about 2 years ago
ravenyue opened this issue about 2 years ago
png file optimization(loss less)
pea-sys opened this pull request about 2 years ago
pea-sys opened this pull request about 2 years ago
Documentation of several methods incorrect
MarcelVersteeg opened this issue about 2 years ago
MarcelVersteeg opened this issue about 2 years ago
Update Migrations index.html
enkodellc opened this pull request about 2 years ago
enkodellc opened this pull request about 2 years ago
fix ReadHeader bug in CsvDataReader
DKStudio opened this pull request about 2 years ago
DKStudio opened this pull request about 2 years ago
Unable to resolve : Header with name 'FormId'[0] was not found.
ShashankDhasal opened this issue about 2 years ago
ShashankDhasal opened this issue about 2 years ago
Parse exception on doubled escape quote
letarak opened this issue about 2 years ago
letarak opened this issue about 2 years ago
It is not possible to use C#'s record construct using positional syntax with CsvHelpers' attributes
Gnbrkm41 opened this issue over 2 years ago
Gnbrkm41 opened this issue over 2 years ago
CSVhelper tries to map data to the incorrect class
3n3du3r4b3 opened this issue over 2 years ago
3n3du3r4b3 opened this issue over 2 years ago
CsvHelper causes MSBuild to copy old versions of Microsoft.Bcl.AsyncInterfaces despite newer version being installed
IIFE opened this issue over 2 years ago
IIFE opened this issue over 2 years ago
Write of simple List<dynamic> throws TypeConverterException
chriswill opened this issue over 2 years ago
chriswill opened this issue over 2 years ago
Nested objects list is not working for GetRecords
LasVegasIs opened this issue over 2 years ago
LasVegasIs opened this issue over 2 years ago
how to handle Double Quotes Inside Data?
TejendraPrasad opened this issue over 2 years ago
TejendraPrasad opened this issue over 2 years ago
Fix broken link
BenjaminMichaelis opened this pull request over 2 years ago
BenjaminMichaelis opened this pull request over 2 years ago
Unable to resolve "CsvHelper.HeaderValidationException : Header with name 'field'[0] was not found"
NajyStark opened this issue over 2 years ago
NajyStark opened this issue over 2 years ago