Interface InputFileMetaInterface

All Superinterfaces:
StepMetaInterface
All Known Implementing Classes:
CsvInputMeta, ParGzipCsvInputMeta, TextFileInputMeta

@Deprecated public interface InputFileMetaInterface extends StepMetaInterface
Deprecated.
replaced by implementation in the ...steps.fileinput.text package
  • Method Details

    • getInputFields

      TextFileInputField[] getInputFields()
      Deprecated.
    • getFileFormatTypeNr

      int getFileFormatTypeNr()
      Deprecated.
    • hasHeader

      boolean hasHeader()
      Deprecated.
    • getNrHeaderLines

      int getNrHeaderLines()
      Deprecated.
    • getFilePaths

      @Deprecated default String[] getFilePaths(org.pentaho.di.core.variables.VariableSpace space)
      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.