Click or drag to resize

TextDataProvider Class

Base provider class for text files (For example: *.txt, *.csv, *.dat).
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Data.Provider
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class TextDataProvider : DataProvider

The TextDataProvider type exposes the following members.

Properties
  NameDescription
Public propertyAutoDetectColumnHeaders
Gets or sets a value indicating whether EasyMap automatic detect column headers.
Public propertyDelimiterChar
Gets or sets a delimiter char.
Public propertyEncoding
Gets or sets one of the character encoding schemas: ASCII, Unicode, UTF-8.
Public propertyFilename
Gets or sets the filename of a text file.
Public propertySeparator
Gets or sets a value indicating which seperator will be used to split the specified data.
Public propertySkipRows
Gets or sets a value indicating how many rows the DataProvider has to skip from the beginning.
Top
See Also