a96e96fc c59f 7a7e 307d 954b63f41876 - akesseler/Plexdata.CsvParser GitHub Wiki
The Plexdata.CsvParser.Processors namespace contains all supported processor classes of the Plexdata CSV Parser.
Class | Description | |
---|---|---|
![]() |
CsvContainer | This class serves as container for the content of CSV data. |
![]() ![]() |
CsvExporter(TInstance) | This static class allows writing a value list of TInstance types either into a file or simply into a stream (which actually can also be a file). |
![]() ![]() |
CsvImporter(TInstance) | This static class allows reading a value list of TInstance types either from a file or simply from a stream (which actually can also be a file). |
![]() |
CsvMappings | This class provides the possibility to map values within a CSV file into standard values. |
![]() ![]() |
CsvReader | This static class allows reading all values either from a file or simply from a stream (which actually can also be a file). The complete result is put into the data type CsvContainer, which serves as the container for the CSV content. |
![]() |
CsvSettings | This class describes how CSV exports as well as imports have to be handled. |
![]() ![]() |
CsvWriter | This static class allows writing a matrix of Object instances either into a file or simply into a stream (which actually can also be a file). |
This namespace contains classes to import or export CSV files as well as to configure the importer´s and the exporter´s behaviour.