Class TextFileInputData

    • Field Detail

      • previous_row

        public Object[] previous_row
        Deprecated.
      • nr_repeats

        public int nr_repeats
        Deprecated.
      • nrLinesOnPage

        public int nrLinesOnPage
        Deprecated.
      • passThruFields

        public HashMap<org.apache.commons.vfs2.FileObject,​Object[]> passThruFields
        Deprecated.
      • currentPassThruFieldsRow

        public Object[] currentPassThruFieldsRow
        Deprecated.
      • nrPassThruFields

        public int nrPassThruFields
        Deprecated.
      • isLastFile

        public boolean isLastFile
        Deprecated.
      • filename

        public String filename
        Deprecated.
      • lineInFile

        public int lineInFile
        Deprecated.
      • file

        public org.apache.commons.vfs2.FileObject file
        Deprecated.
      • filenr

        public int filenr
        Deprecated.
      • doneReading

        public boolean doneReading
        Deprecated.
      • headerLinesRead

        public int headerLinesRead
        Deprecated.
      • footerLinesRead

        public int footerLinesRead
        Deprecated.
      • pageLinesRead

        public int pageLinesRead
        Deprecated.
      • doneWithHeader

        public boolean doneWithHeader
        Deprecated.
      • dataErrorLineHandler

        public FileErrorHandler dataErrorLineHandler
        Deprecated.
      • filePlayList

        public FilePlayList filePlayList
        Deprecated.
      • outputRowMeta

        public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
        Deprecated.
      • lineStringBuilder

        public StringBuilder lineStringBuilder
        Deprecated.
      • fileFormatType

        public int fileFormatType
        Deprecated.
      • fileType

        public int fileType
        Deprecated.
      • convertRowMeta

        public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
        Deprecated.
      • rowSet

        public org.pentaho.di.core.RowSet rowSet
        Deprecated.
      • separator

        public String separator
        Deprecated.
        The separator (delimiter)
      • enclosure

        public String enclosure
        Deprecated.
      • escapeCharacter

        public String escapeCharacter
        Deprecated.
      • addShortFilename

        public boolean addShortFilename
        Deprecated.
      • addExtension

        public boolean addExtension
        Deprecated.
      • addPath

        public boolean addPath
        Deprecated.
      • addSize

        public boolean addSize
        Deprecated.
      • addIsHidden

        public boolean addIsHidden
        Deprecated.
      • addLastModificationDate

        public boolean addLastModificationDate
        Deprecated.
      • addUri

        public boolean addUri
        Deprecated.
      • addRootUri

        public boolean addRootUri
        Deprecated.
      • shortFilename

        public String shortFilename
        Deprecated.
      • path

        public String path
        Deprecated.
      • extension

        public String extension
        Deprecated.
      • hidden

        public boolean hidden
        Deprecated.
      • lastModificationDateTime

        public Date lastModificationDateTime
        Deprecated.
      • uriName

        public String uriName
        Deprecated.
      • rootUriName

        public String rootUriName
        Deprecated.
      • size

        public long size
        Deprecated.
      • encodingType

        public EncodingType encodingType
        Deprecated.
    • Constructor Detail

      • TextFileInputData

        public TextFileInputData()
        Deprecated.
    • Method Detail

      • getFiles

        public org.pentaho.di.core.fileinput.FileInputList getFiles()
        Deprecated.
      • setFiles

        public void setFiles​(org.pentaho.di.core.fileinput.FileInputList files)
        Deprecated.