Package | Description |
---|---|
org.pentaho.di.trans.steps.fileinput | |
org.pentaho.di.trans.steps.fileinput.text |
Modifier and Type | Class and Description |
---|---|
class |
BaseFileInputStepMeta<A extends BaseFileInputStepMeta.AdditionalOutputFields,I extends BaseFileInputStepMeta.InputFiles<? extends BaseFileInputField>>
Base meta for file-based input steps.
|
Modifier and Type | Field and Description |
---|---|
A |
BaseFileInputStepMeta.additionalOutputFields |
Modifier and Type | Method and 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,
BaseFileInputStepMeta.AdditionalOutputFields additionalOutputFields,
String shortFilename,
String path,
boolean hidden,
Date modificationDateTime,
String uri,
String rooturi,
String extension,
Long size) |