a96e96fc c59f 7a7e 307d 954b63f41876 - akesseler/Plexdata.CsvParser GitHub Wiki

Plexdata.CsvParser.Processors Namespace

The Plexdata.CsvParser.Processors namespace contains all supported processor classes of the Plexdata CSV Parser.

Classes

 

Class Description
Public class CsvContainer This class serves as container for the content of CSV data.
Public classCode example 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).
Public classCode example 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).
Public class CsvMappings This class provides the possibility to map values within a CSV file into standard values.
Public classCode example 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.
Public class CsvSettings This class describes how CSV exports as well as imports have to be handled.
Public classCode example 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).

Remarks

This namespace contains classes to import or export CSV files as well as to configure the importer´s and the exporter´s behaviour.

⚠️ **GitHub.com Fallback** ⚠️