public interface InputFileMetaInterface extends StepMetaInterface
Modifier and Type | Method and Description |
---|---|
String |
getEnclosure() |
String |
getErrorCountField() |
String |
getErrorFieldsField() |
String |
getErrorTextField() |
String |
getEscapeCharacter() |
int |
getFileFormatTypeNr() |
String[] |
getFilePaths(org.pentaho.di.core.variables.VariableSpace space) |
String |
getFileType() |
TextFileInputField[] |
getInputFields() |
int |
getNrHeaderLines() |
String |
getSeparator() |
boolean |
hasHeader() |
boolean |
includeFilename() |
boolean |
includeRowNumber() |
boolean |
isErrorIgnored() |
boolean |
isErrorLineSkipped() |
analyseImpact, analyseImpact, cancelQueries, check, check, clone, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, exportResources, getDialogClassName, getFields, getFields, getOptionalStreams, getParentStepMeta, getReferencedObjectDescriptions, getRequiredFields, getResourceDependencies, getSQLStatements, getSQLStatements, getStep, getStepData, getStepIOMeta, getStepMetaInjectionInterface, getSupportedTransformationTypes, getTableFields, getUsedArguments, getUsedDatabaseConnections, getUsedLibraries, getXML, handleStreamSelection, hasChanged, hasRepositoryReferences, isReferencedObjectEnabled, loadReferencedObject, loadXML, loadXML, lookupRepositoryReferences, readRep, readRep, resetStepIoMeta, saveRep, saveRep, searchInfoAndTargetSteps, setChanged, setDefault, setParentStepMeta, supportsErrorHandling
TextFileInputField[] getInputFields()
int getFileFormatTypeNr()
boolean hasHeader()
int getNrHeaderLines()
String[] getFilePaths(org.pentaho.di.core.variables.VariableSpace space)
boolean isErrorIgnored()
String getErrorCountField()
String getErrorFieldsField()
String getErrorTextField()
String getFileType()
String getEnclosure()
String getEscapeCharacter()
String getSeparator()
boolean isErrorLineSkipped()
boolean includeFilename()
boolean includeRowNumber()