public class ImportColumnCSV extends ImportColumnIndexed
ImportColumnIndexed).| Constructor and Description |
|---|
ImportColumnCSV(int index,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnCSV(int index,
DataType<?> datatype,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
ImportColumnCSV(int index,
java.lang.String aliasName,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnCSV(int index,
java.lang.String aliasName,
DataType<?> datatype,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
ImportColumnCSV(java.lang.String name,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnCSV(java.lang.String name,
DataType<?> datatype,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
ImportColumnCSV(java.lang.String name,
java.lang.String alias,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnCSV(java.lang.String name,
java.lang.String alias,
DataType<?> datatype,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
getIndex, getName, isIndexSpecified, setIndex, setNamegetAliasName, getDataType, isCleansing, setAliasName, setCleansing, setDataTypepublic ImportColumnCSV(int index,
DataType<?> datatype)
index - the indexdatatype - the datatypeImportColumnIndexed}public ImportColumnCSV(int index,
DataType<?> datatype,
boolean cleansing)
index - the indexdatatype - the datatypecleansing - the cleansingpublic ImportColumnCSV(int index,
java.lang.String aliasName,
DataType<?> datatype)
index - the indexaliasName - the alias namedatatype - the datatypeImportColumnIndexed}public ImportColumnCSV(int index,
java.lang.String aliasName,
DataType<?> datatype,
boolean cleansing)
index - the indexaliasName - the alias namedatatype - the datatypecleansing - the cleansingpublic ImportColumnCSV(java.lang.String name,
DataType<?> datatype)
name - the namedatatype - the datatypepublic ImportColumnCSV(java.lang.String name,
DataType<?> datatype,
boolean cleansing)
name - the namedatatype - the datatypecleansing - the cleansingpublic ImportColumnCSV(java.lang.String name,
java.lang.String alias,
DataType<?> datatype)
name - the namealias - the aliasdatatype - the datatypepublic ImportColumnCSV(java.lang.String name,
java.lang.String alias,
DataType<?> datatype,
boolean cleansing)
name - the namealias - the aliasdatatype - the datatypecleansing - the cleansing