Class BaseFileInputTransformData

  • All Implemented Interfaces:
    ITransformData

    public class BaseFileInputTransformData
    extends BaseTransformData
    Some base data for file-based input transforms.
    • Field Detail

      • filename

        public String filename
        Current file info.
      • currentFileIndex

        public int currentFileIndex
      • file

        public org.apache.commons.vfs2.FileObject file
      • outputRowMeta

        public IRowMeta outputRowMeta
      • currentPassThruFieldsRow

        public Object[] currentPassThruFieldsRow
      • nrPassThruFields

        public int nrPassThruFields
      • convertRowMeta

        public IRowMeta convertRowMeta
      • nr_repeats

        public int nr_repeats
      • shortFilename

        public String shortFilename
        File-dependent data for fill additional fields.
      • extension

        public String extension
      • hidden

        public boolean hidden
      • lastModificationDateTime

        public Date lastModificationDateTime
      • uriName

        public String uriName
      • rootUriName

        public String rootUriName
      • size

        public Long size
    • Constructor Detail

      • BaseFileInputTransformData

        public BaseFileInputTransformData()