Skip to content
Axel Kesseler edited this page Mar 16, 2022 · 4 revisions

Plexdata.CsvParser.NET

The CSV Parser represents a library that allows importing and exporting of CSV files. Also, it is possible to configure the importing and exporting behavior.

Main feature of this library is that users only need to create an own class representing a single line of a CSV file. Thereafter, this custom class is used either together with the importer or together with the exporter to process CSV files.

Finally, it would also be possible (assuming a proper configuration is used) to write a CSV output according to the rules of RFC 4180. For more information about RFC 4180 please visit the web-site under https://www.ietf.org/rfc/rfc4180.txt.

Target Framework

Current target framework of this library is the .NET Standard v2.0.

License

The software has been published under the terms of MIT License.

Namespaces

 

Namespace Description
Plexdata.CsvParser.Attributes The Plexdata.CsvParser.Attributes namespace contains all supported attributes of the Plexdata CSV Parser.
Plexdata.CsvParser.Constants The Plexdata.CsvParser.Constants namespace contains all supported constant values of the Plexdata CSV Parser.
Plexdata.CsvParser.Definitions The Plexdata.CsvParser.Definitions namespace contains all supported definitions of the Plexdata CSV Parser.
Plexdata.CsvParser.Extensions The Plexdata.CsvParser.Extensions namespace contains all supported extensions of the Plexdata CSV Parser.
Plexdata.CsvParser.Internals The Plexdata.CsvParser.Internals namespace contains all supported internal classes of the Plexdata CSV Parser.
Plexdata.CsvParser.Processors The Plexdata.CsvParser.Processors namespace contains all supported processor classes of the Plexdata CSV Parser.
 
Clone this wiki locally