adcdc2a1 b7bd a476 1e3c b5a7c2cac7f6 - akesseler/Plexdata.CsvParser GitHub Wiki
Name | Description | |
---|---|---|
![]() ![]() |
Construct | This method constructs an instance of type TInstance by calling its standard constructors. |
![]() ![]() |
GetHeaderName | This method returns the expected header name of a single column. |
![]() ![]() |
IsHeaderLine | This method tries to determine whether given list of cells contain all and only header names. |
![]() ![]() |
IsHeaderName | The method evaluates whether give name equals to the header name set in the descriptor. |
![]() ![]() |
Load(Stream) | This method tries to load all values from given stream. |
![]() ![]() |
Load(String) | This method tries to load all values from given file. |
![]() ![]() |
Load(Stream, CsvSettings) | This method tries to load all values from given stream using given settings. |
![]() ![]() |
Load(String, CsvSettings) | This method tries to load all values from given file using given settings. |
![]() ![]() |
ProcessLine | This method tries to process given line according to given set of parameters. |
![]() ![]() |
ValidateColumns | This method validates the number of columns of each line. |
![]() ![]() |
ValidateHeader | This method tries to validate given headers by applying exact validation rules. |
CsvImporter(TInstance) Class
Plexdata.CsvParser.Processors Namespace