4 packages tagged with “4180”
One of the fastest Csv reader deserialzer available. DevToys.PocoCsv.Core is a very fast reader and writer for Csv. It contains CsvStreamReader, CsvStreamWriter and Serialization classes CsvReader<T> and CsvWriter<T>. Read/write serialize/deserialize data to and from Csv. - RFC 4180 compliant. - Auto separator detection. - Auto line feed/break detection. - Sequential read/materializing with ReadAsEnumerable(). - Csv schema Retrieval with CsvUtils.GetCsvSchema(). - Casting Error log. - Ability to add custom parsers. - Import to DataTable Readme: https://www.nuget.org/packages/DevToys.PocoCsv.Core/
C# library for interacting with the CSV file format per RFC 4180
Reads and write CSV files that conform to RFC 4180
Data Standardizer provides implementations of various internationally recognised standards in data processing, covering topics ranging from languages to currencies and geographical entities. With strongly-typed enumerations for each standard (where applicable) or other targeted data types, you can represent these elements in your code such that errors with invalid values are minimised. Provides types supporting the reading and writing of files in standard formats. Includes: - Comma Separated Value (CSV). Supports reading and writing CSV files with customizable delimiters. Ideal for CSV data normalization and transformation workflows.