public class BaseFileInputStepData extends BaseStepData
BaseStepData.StepExecutionStatus| 限定符和类型 | 字段和说明 |
|---|---|
org.pentaho.di.core.row.RowMetaInterface |
convertRowMeta |
int |
currentFileIndex |
Object[] |
currentPassThruFieldsRow |
FileErrorHandler |
dataErrorLineHandler |
String |
extension |
org.apache.commons.vfs2.FileObject |
file |
String |
filename
Current file info.
|
org.pentaho.di.core.fileinput.FileInputList |
files
Files for process.
|
boolean |
hidden |
Date |
lastModificationDateTime |
int |
nr_repeats |
int |
nrPassThruFields |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
HashMap<String,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 |
| 构造器和说明 |
|---|
BaseFileInputStepData() |
public FileErrorHandler dataErrorLineHandler
public org.pentaho.di.core.fileinput.FileInputList files
public String filename
public int currentFileIndex
public org.apache.commons.vfs2.FileObject file
public IBaseFileInputReader reader
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public Object[] currentPassThruFieldsRow
public int nrPassThruFields
public org.pentaho.di.core.row.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 © 2024 Hitachi Vantara. All rights reserved.