Skip to content

adcdc2a1 b7bd a476 1e3c b5a7c2cac7f6

Axel Kesseler edited this page Jan 11, 2019 · 1 revision

CsvImporter(TInstance) Methods

Methods

 

Name Description
Private methodStatic member Construct This method constructs an instance of type TInstance by calling its standard constructors.
Private methodStatic member GetHeaderName This method returns the expected header name of a single column.
Private methodStatic member IsHeaderLine This method tries to determine whether given list of cells contain all and only header names.
Private methodStatic member IsHeaderName The method evaluates whether give name equals to the header name set in the descriptor.
Public methodStatic member Load(Stream) This method tries to load all values from given stream.
Public methodStatic member Load(String) This method tries to load all values from given file.
Public methodStatic member Load(Stream, CsvSettings) This method tries to load all values from given stream using given settings.
Public methodStatic member Load(String, CsvSettings) This method tries to load all values from given file using given settings.
Private methodStatic member ProcessLine This method tries to process given line according to given set of parameters.
Private methodStatic member ValidateColumns This method validates the number of columns of each line.
Private methodStatic member ValidateHeader This method tries to validate given headers by applying exact validation rules.
  Back to Top

See Also

Reference

CsvImporter(TInstance) Class
Plexdata.CsvParser.Processors Namespace

Clone this wiki locally