Uses of Interface
org.pentaho.di.trans.steps.textfileinput.InputFileMetaInterface
Packages that use InputFileMetaInterface
Package
Description
-
Uses of InputFileMetaInterface in org.pentaho.di.trans.steps.csvinput
Classes in org.pentaho.di.trans.steps.csvinput that implement InputFileMetaInterface -
Uses of InputFileMetaInterface in org.pentaho.di.trans.steps.parallelgzipcsv
Classes in org.pentaho.di.trans.steps.parallelgzipcsv that implement InputFileMetaInterface -
Uses of InputFileMetaInterface in org.pentaho.di.trans.steps.textfileinput
Classes in org.pentaho.di.trans.steps.textfileinput that implement InputFileMetaInterfaceModifier and TypeClassDescriptionclass
Deprecated.replaced by implementation in the ...steps.fileinput.text packageMethods in org.pentaho.di.trans.steps.textfileinput with parameters of type InputFileMetaInterfaceModifier and TypeMethodDescriptionstatic Object[]
TextFileInput.convertLineToRow
(org.pentaho.di.core.logging.LogChannelInterface log, TextFileLine textFileLine, InputFileMetaInterface 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, boolean addShortFilename, boolean addExtension, boolean addPath, boolean addSize, boolean addIsHidden, boolean addLastModificationDate, boolean addUri, boolean addRootUri, String shortFilename, String path, boolean hidden, Date modificationDateTime, String uri, String rooturi, String extension, long size) Deprecated.static Object[]
TextFileInput.convertLineToRow
(org.pentaho.di.core.logging.LogChannelInterface log, TextFileLine textFileLine, InputFileMetaInterface 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, boolean addShortFilename, boolean addExtension, boolean addPath, boolean addSize, boolean addIsHidden, boolean addLastModificationDate, boolean addUri, boolean addRootUri, String shortFilename, String path, boolean hidden, Date modificationDateTime, String uri, String rooturi, String extension, long size, boolean failOnParseError) Deprecated.static final Object[]
TextFileInput.convertLineToRow
(org.pentaho.di.core.logging.LogChannelInterface log, TextFileLine textFileLine, InputFileMetaInterface info, org.pentaho.di.core.row.RowMetaInterface outputRowMeta, org.pentaho.di.core.row.RowMetaInterface convertRowMeta, String fname, long rowNr, String delimiter, FileErrorHandler errorHandler, boolean addShortFilename, boolean addExtension, boolean addPath, boolean addSize, boolean addIsHidden, boolean addLastModificationDate, boolean addUri, boolean addRootUri, String shortFilename, String path, boolean hidden, Date modificationDateTime, String uri, String rooturi, String extension, long size) static final String[]
TextFileInput.convertLineToStrings
(org.pentaho.di.core.logging.LogChannelInterface log, String line, InputFileMetaInterface inf, String delimiter, String enclosure, String escapeCharacters) Deprecated.