issues
search
jehugaleahsa
/
FlatFiles
Reads and writes CSV, fixed-length and other flat file formats with a focus on schema definition, configuration and speed.
The Unlicense
357
stars
64
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Optional Columns
#99
roman-kern-dev
opened
1 month ago
0
Possibility to specify Null value and FillCharacter Togheter
#98
paolonz82
opened
9 months ago
1
Future of this library
#97
MuhKuh7
opened
1 year ago
1
How to map a List<Object> and loop through it while writing
#96
marceladjanoh
opened
1 year ago
4
Schema AddColumnRange Feature
#95
rgarrison12345
opened
1 year ago
0
Is it possible to have a mapping selection based on line number ?
#94
cyrmont
opened
1 year ago
1
HasRows property for FixedLengthReader and DelimitedReader
#93
rgarrison12345
closed
1 year ago
1
.net and Dependency Updates
#92
MuhKuh7
opened
1 year ago
0
Custom Schema Templated Mapping Logic Returns Incorrect Context
#91
moehoward003
closed
1 year ago
6
Is it possible to configure a fixed length window to use a variable length?
#90
David-Jacobsen
opened
2 years ago
3
Setting DefaultValue on type mapper doesn't set IsNullable = false. Alternatively, no way to set IsNullable through the type mapper interface
#89
rkramer1964
closed
2 years ago
3
XML Reader
#88
felipepodolan
closed
2 years ago
2
README.md: fixing typo
#87
deining
closed
2 years ago
1
OutOfMemoryException on large files
#86
svaldetero
closed
2 years ago
3
Allow DelimitedTypes to skip multiple columns
#85
benjaminsampica
closed
2 years ago
3
Add additional multiple-schema examples to docs
#84
benjaminsampica
closed
2 years ago
0
Replace spaces for dashes for readme anchors
#83
Hoflnauix
closed
2 years ago
0
Exception "An attempt was made to retrieve the schema when none was extracted or provided."
#82
2226cc
closed
2 years ago
4
Bug in RecordError functionality when IsHandled is set
#81
kamatvedita99
closed
2 years ago
7
Add support for .NET 6's DateOnly and TimeOnly in *TypeMapper
#80
CyberBotX
opened
2 years ago
5
FixedLengthTypeMapper ComplexProperty
#79
zcharleshebert
opened
3 years ago
2
RecordProcessingException: access to column position in chars
#78
jods4
opened
3 years ago
0
Support index as well as column name for column definitions
#77
CasperWSchmidt
opened
3 years ago
6
Target only supported frameworks
#76
silkfire
opened
3 years ago
5
ReadAsync method missing on type mappers
#75
silkfire
closed
3 years ago
6
Write to CSV when the rows are null and tables have only schema
#74
AlankrithaBarla
closed
3 years ago
8
Fixed Length Files - Decimal without decimal point separator
#73
danilo-gomes
closed
3 years ago
3
Report line
#72
jehugaleahsa
closed
4 years ago
0
Get current record as string in RecordError event?
#71
drmcclelland
closed
3 years ago
8
DataReader - Incorretly processing ignored columns
#70
VassilievVV
closed
4 years ago
2
Duplicate columns?
#69
drmcclelland
closed
4 years ago
2
FlatFileException for missing matcher should bubble as RecordProcessingException
#68
jods4
closed
4 years ago
3
Validate ignored fields
#67
jods4
closed
4 years ago
6
Docs: clarify thread-safety
#66
jods4
opened
4 years ago
6
Memory Leak of ModuleBuilder
#65
cyberden
closed
4 years ago
6
Add support for having multiple columns mapped to one class property
#64
dariosoltani
closed
4 years ago
1
Allow final column in fixed-width files to be variable width
#63
geekcyclist
closed
4 years ago
4
Skipping empty rows
#62
advapiIT
closed
3 years ago
4
Handel multiple null formaters in Flat File Reading
#61
akilachamara
closed
4 years ago
1
Thanks for a great library. Docs need examples of using FixedLengthTypeMapper please.
#60
nhustak
closed
5 years ago
5
Uri Column
#59
rgarrison12345
opened
5 years ago
0
Support Ragged Right or Ignore To End of Line
#58
ithielnor
opened
5 years ago
3
Continious integration with AppVeyor
#57
zippy1981
closed
3 years ago
0
Fix some unit tests.
#56
zippy1981
closed
5 years ago
1
Unit tests are broken because DateTime.ToString('MM/dd/yyyy') outputs dashes.
#55
zippy1981
closed
5 years ago
0
GetValues() maps DbNull to Null
#54
zippy1981
closed
5 years ago
3
added option to never quote a string in separate value record writer
#53
CoffeeCodes
closed
5 years ago
0
Custom format providers
#52
andrea-rinaldi-microarea
closed
5 years ago
7
On Column/Record Parsing event
#51
rgarrison12345
closed
5 years ago
2
RecordNumberColumn does not work when used with SeparatedValueTypeMapper
#50
albertoVieiraNeto
closed
5 years ago
3
Next