Interface InputFileMetaInterface
- All Superinterfaces:
StepMetaInterface
- All Known Implementing Classes:
CsvInputMeta
,ParGzipCsvInputMeta
,TextFileInputMeta
Deprecated.
replaced by implementation in the ...steps.fileinput.text package
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.int
Deprecated.default String[]
getFilePaths
(org.pentaho.di.core.bowl.Bowl bowl, org.pentaho.di.core.variables.VariableSpace space) Deprecated.default String[]
getFilePaths
(org.pentaho.di.core.variables.VariableSpace space) Deprecated.replaced by getFilePaths( Bowl bowl, VariableSpace space )Deprecated.Deprecated.int
Deprecated.Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.Methods inherited from interface org.pentaho.di.trans.step.StepMetaInterface
analyseImpact, analyseImpact, cancelQueries, check, check, cleanAfterHopFromRemove, cleanAfterHopFromRemove, cleanAfterHopToRemove, clone, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, exportResources, extractStepMetadataEntries, fetchTransMeta, getActiveReferencedObjectDescription, 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, passDataToServletOutput, readRep, readRep, resetStepIoMeta, saveRep, saveRep, searchInfoAndTargetSteps, setChanged, setDefault, setParentStepMeta, supportsErrorHandling
-
Method Details
-
getInputFields
TextFileInputField[] getInputFields()Deprecated. -
getFileFormatTypeNr
int getFileFormatTypeNr()Deprecated. -
hasHeader
boolean hasHeader()Deprecated. -
getNrHeaderLines
int getNrHeaderLines()Deprecated. -
getFilePaths
Deprecated.replaced by getFilePaths( Bowl bowl, VariableSpace space ) -
getFilePaths
default String[] getFilePaths(org.pentaho.di.core.bowl.Bowl bowl, org.pentaho.di.core.variables.VariableSpace space) Deprecated. -
isErrorIgnored
boolean isErrorIgnored()Deprecated. -
getErrorCountField
String getErrorCountField()Deprecated. -
getErrorFieldsField
String getErrorFieldsField()Deprecated. -
getErrorTextField
String getErrorTextField()Deprecated. -
getFileType
String getFileType()Deprecated. -
getEnclosure
String getEnclosure()Deprecated. -
getEscapeCharacter
String getEscapeCharacter()Deprecated. -
getSeparator
String getSeparator()Deprecated. -
isErrorLineSkipped
boolean isErrorLineSkipped()Deprecated. -
includeFilename
boolean includeFilename()Deprecated. -
includeRowNumber
boolean includeRowNumber()Deprecated.
-