Click or drag to resize

TextDataProvider Class

Base provider class for text files (For example: *.txt, *.csv, *.dat).
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponent
            Easymap.AddIn.Data.ProviderDataProvider
              Easymap.AddIn.Data.ProviderTextDataProvider
                Easymap.AddIn.Data.ProviderClipboardDataProvider

Namespace: Easymap.AddIn.Data.Provider
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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