public class BaseFileInputStepData extends BaseStepData
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
RowMetaInterface |
convertRowMeta |
int |
currentFileIndex |
Object[] |
currentPassThruFieldsRow |
FileErrorHandler |
dataErrorLineHandler |
String |
extension |
org.apache.commons.vfs2.FileObject |
file |
String |
filename
Current file info.
|
FileInputList |
files
Files for process.
|
boolean |
hidden |
Date |
lastModificationDateTime |
int |
nr_repeats |
int |
nrPassThruFields |
RowMetaInterface |
outputRowMeta |
HashMap<org.apache.commons.vfs2.FileObject,Object[]> |
passThruFields |
String |
path |
IBaseFileInputReader |
reader
Reader for current file.
|
Map<String,Boolean> |
rejectedFiles |
String |
rootUriName |
String |
shortFilename
File-dependent data for fill additional fields.
|
Long |
size |
String |
uriName |
Constructor and Description |
---|
BaseFileInputStepData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
public FileErrorHandler dataErrorLineHandler
public FileInputList files
public String filename
public int currentFileIndex
public org.apache.commons.vfs2.FileObject file
public IBaseFileInputReader reader
public RowMetaInterface outputRowMeta
public Object[] currentPassThruFieldsRow
public int nrPassThruFields
public RowMetaInterface convertRowMeta
public int nr_repeats
public String shortFilename
public String path
public String extension
public boolean hidden
public Date lastModificationDateTime
public String uriName
public String rootUriName
public Long size
Copyright © 2018 Hitachi Vantara. All rights reserved.