Releases: jehugaleahsa/FlatFiles
Releases · jehugaleahsa/FlatFiles
Support pre- and post-parsing and formatting.
This release allows pre- and post-parsing and formatting of columns. It also provides support for setting an IFormatProvider
as an option and all columns will use it rather than the default CultureInfo
.
Support writing raw output
This release allows writing raw content during serialization, for those who need it. Additionally, the typed readers and writers now expose the underlying reader and writer.