@Deprecated public class TextFileInputData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
boolean |
addExtension
Deprecated.
|
boolean |
addIsHidden
Deprecated.
|
boolean |
addLastModificationDate
Deprecated.
|
boolean |
addPath
Deprecated.
|
boolean |
addRootUri
Deprecated.
|
boolean |
addShortFilename
Deprecated.
|
boolean |
addSize
Deprecated.
|
boolean |
addUri
Deprecated.
|
RowMetaInterface |
convertRowMeta
Deprecated.
|
Object[] |
currentPassThruFieldsRow
Deprecated.
|
FileErrorHandler |
dataErrorLineHandler
Deprecated.
|
boolean |
doneReading
Deprecated.
|
boolean |
doneWithHeader
Deprecated.
|
String |
enclosure
Deprecated.
|
EncodingType |
encodingType
Deprecated.
|
String |
escapeCharacter
Deprecated.
|
String |
extension
Deprecated.
|
org.apache.commons.vfs2.FileObject |
file
Deprecated.
|
int |
fileFormatType
Deprecated.
|
String |
filename
Deprecated.
|
int |
filenr
Deprecated.
|
FilePlayList |
filePlayList
Deprecated.
|
int |
fileType
Deprecated.
|
TextFileFilterProcessor |
filterProcessor
Deprecated.
|
int |
footerLinesRead
Deprecated.
|
int |
headerLinesRead
Deprecated.
|
boolean |
hidden
Deprecated.
|
CompressionInputStream |
in
Deprecated.
|
boolean |
isLastFile
Deprecated.
|
InputStreamReader |
isr
Deprecated.
|
Date |
lastModificationDateTime
Deprecated.
|
List<TextFileLine> |
lineBuffer
Deprecated.
|
int |
lineInFile
Deprecated.
|
StringBuilder |
lineStringBuilder
Deprecated.
|
int |
nr_repeats
Deprecated.
|
int |
nrLinesOnPage
Deprecated.
|
int |
nrPassThruFields
Deprecated.
|
RowMetaInterface |
outputRowMeta
Deprecated.
|
int |
pageLinesRead
Deprecated.
|
HashMap<org.apache.commons.vfs2.FileObject,Object[]> |
passThruFields
Deprecated.
|
String |
path
Deprecated.
|
Object[] |
previous_row
Deprecated.
|
Map<String,Boolean> |
rejectedFiles
Deprecated.
|
String |
rootUriName
Deprecated.
|
RowSet |
rowSet
Deprecated.
|
String |
separator
Deprecated.
The separator (delimiter)
|
String |
shortFilename
Deprecated.
|
long |
size
Deprecated.
|
String |
uriName
Deprecated.
|
Constructor and Description |
---|
TextFileInputData()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FileInputList |
getFiles()
Deprecated.
|
void |
setFiles(FileInputList files)
Deprecated.
|
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
public List<TextFileLine> lineBuffer
public Object[] previous_row
public int nr_repeats
public int nrLinesOnPage
public HashMap<org.apache.commons.vfs2.FileObject,Object[]> passThruFields
public Object[] currentPassThruFieldsRow
public int nrPassThruFields
public boolean isLastFile
public String filename
public int lineInFile
public org.apache.commons.vfs2.FileObject file
public int filenr
public CompressionInputStream in
public InputStreamReader isr
public boolean doneReading
public int headerLinesRead
public int footerLinesRead
public int pageLinesRead
public boolean doneWithHeader
public FileErrorHandler dataErrorLineHandler
public FilePlayList filePlayList
public TextFileFilterProcessor filterProcessor
public RowMetaInterface outputRowMeta
public StringBuilder lineStringBuilder
public int fileFormatType
public int fileType
public RowMetaInterface convertRowMeta
public RowSet rowSet
public String separator
public String enclosure
public String escapeCharacter
public boolean addShortFilename
public boolean addExtension
public boolean addPath
public boolean addSize
public boolean addIsHidden
public boolean addLastModificationDate
public boolean addUri
public boolean addRootUri
public String shortFilename
public String path
public String extension
public boolean hidden
public Date lastModificationDateTime
public String uriName
public String rootUriName
public long size
public EncodingType encodingType
public FileInputList getFiles()
public void setFiles(FileInputList files)
Copyright © 2018 Hitachi Vantara. All rights reserved.