Uses of Class
org.pentaho.di.trans.steps.file.BaseFileInputAdditionalField
-
Packages that use BaseFileInputAdditionalField Package Description org.pentaho.di.trans.steps.file org.pentaho.di.trans.steps.fileinput.text -
-
Uses of BaseFileInputAdditionalField in org.pentaho.di.trans.steps.file
Classes in org.pentaho.di.trans.steps.file with type parameters of type BaseFileInputAdditionalField Modifier and Type Class Description class
BaseFileInputMeta<A extends BaseFileInputAdditionalField,I extends BaseFileInputFiles,F extends BaseFileField>
Base meta for file-based input steps.Fields in org.pentaho.di.trans.steps.file declared as BaseFileInputAdditionalField Modifier and Type Field Description A
BaseFileInputMeta. additionalOutputFields
-
Uses of BaseFileInputAdditionalField in org.pentaho.di.trans.steps.fileinput.text
Methods in org.pentaho.di.trans.steps.fileinput.text with parameters of type BaseFileInputAdditionalField Modifier and Type Method Description static Object[]
TextFileInputUtils. convertLineToRow(org.pentaho.di.core.logging.LogChannelInterface log, TextFileLine textFileLine, TextFileInputMeta info, Object[] passThruFields, int nrPassThruFields, org.pentaho.di.core.row.RowMetaInterface outputRowMeta, org.pentaho.di.core.row.RowMetaInterface convertRowMeta, String fname, long rowNr, String delimiter, String enclosure, String escapeCharacter, FileErrorHandler errorHandler, BaseFileInputAdditionalField additionalOutputFields, String shortFilename, String path, boolean hidden, Date modificationDateTime, String uri, String rooturi, String extension, Long size)
static Object[]
TextFileInputUtils. convertLineToRow(org.pentaho.di.core.logging.LogChannelInterface log, TextFileLine textFileLine, TextFileInputMeta info, Object[] passThruFields, int nrPassThruFields, org.pentaho.di.core.row.RowMetaInterface outputRowMeta, org.pentaho.di.core.row.RowMetaInterface convertRowMeta, String fname, long rowNr, String delimiter, String enclosure, String escapeCharacter, FileErrorHandler errorHandler, BaseFileInputAdditionalField additionalOutputFields, String shortFilename, String path, boolean hidden, Date modificationDateTime, String uri, String rooturi, String extension, Long size, boolean failOnParseError)
-