Klasse ImportColumnCSV

Alle implementierten Schnittstellen:
IImportColumnIndexed

public class ImportColumnCSV extends ImportColumnIndexed
Represents a single CSV data column CSV columns are referred to by an index (see ImportColumnIndexed).
  • Konstruktordetails

    • ImportColumnCSV

      public ImportColumnCSV(int index, DataType<?> datatype)
      Creates a new instance of this object with the given parameters.
      Parameter:
      index - the index
      datatype - the datatype
    • ImportColumnCSV

      public ImportColumnCSV(int index, DataType<?> datatype, boolean cleansing)
      Creates a new instance of this object with the given parameters.
      Parameter:
      index - the index
      datatype - the datatype
      cleansing - the cleansing
    • ImportColumnCSV

      public ImportColumnCSV(int index, String aliasName, DataType<?> datatype)
      Creates a new instance of this object with the given parameters.
      Parameter:
      index - the index
      aliasName - the alias name
      datatype - the datatype
    • ImportColumnCSV

      public ImportColumnCSV(int index, String aliasName, DataType<?> datatype, boolean cleansing)
      Creates a new instance of this object with the given parameters.
      Parameter:
      index - the index
      aliasName - the alias name
      datatype - the datatype
      cleansing - the cleansing
    • ImportColumnCSV

      public ImportColumnCSV(String name, DataType<?> datatype)
      Creates a new instance of this object with the given parameters.
      Parameter:
      name - the name
      datatype - the datatype
    • ImportColumnCSV

      public ImportColumnCSV(String name, DataType<?> datatype, boolean cleansing)
      Creates a new instance of this object with the given parameters.
      Parameter:
      name - the name
      datatype - the datatype
      cleansing - the cleansing
    • ImportColumnCSV

      public ImportColumnCSV(String name, String alias, DataType<?> datatype)
      Creates a new instance of this object with the given parameters.
      Parameter:
      name - the name
      alias - the alias
      datatype - the datatype
    • ImportColumnCSV

      public ImportColumnCSV(String name, String alias, DataType<?> datatype, boolean cleansing)
      Creates a new instance of this object with the given parameters.
      Parameter:
      name - the name
      alias - the alias
      datatype - the datatype
      cleansing - the cleansing