public class CsvInputData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| 限定符和类型 | 字段和说明 |
|---|---|
ByteBuffer |
bb |
byte[] |
binaryFilename |
long |
blockToRead |
long |
bytesToSkipInFirstFile |
org.pentaho.di.core.row.RowMetaInterface |
convertRowMeta |
CrLfMatcherInterface |
crLfMatcher |
byte[] |
delimiter |
PatternMatcherInterface |
delimiterMatcher |
byte[] |
enclosure |
PatternMatcherInterface |
enclosureMatcher |
EncodingType |
encodingType |
long |
endPosition |
FileChannel |
fc |
FieldsMapping |
fieldsMapping |
int |
filenameFieldIndex |
String[] |
filenames |
int |
filenr |
List<Long> |
fileSizes |
FileInputStream |
fis |
boolean |
isAddingRowNumber |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
boolean |
parallel |
int |
preferredBufferSize |
long |
rowNumber |
int |
rownumFieldIndex |
int |
startFilenr |
long |
startPosition |
int |
stepNumber |
boolean |
stopReading |
long |
totalBytesRead |
long |
totalFileSize |
int |
totalNumberOfSteps |
| 构造器和说明 |
|---|
CsvInputData()
Data class for CsvInput step
|
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic FileChannel fc
public ByteBuffer bb
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public byte[] delimiter
public byte[] enclosure
public int preferredBufferSize
public String[] filenames
public int filenr
public int startFilenr
public byte[] binaryFilename
public FileInputStream fis
public boolean isAddingRowNumber
public long rowNumber
public boolean stopReading
public int stepNumber
public int totalNumberOfSteps
public long totalFileSize
public long blockToRead
public long startPosition
public long endPosition
public long bytesToSkipInFirstFile
public long totalBytesRead
public boolean parallel
public int filenameFieldIndex
public int rownumFieldIndex
public EncodingType encodingType
public PatternMatcherInterface delimiterMatcher
public PatternMatcherInterface enclosureMatcher
public CrLfMatcherInterface crLfMatcher
public FieldsMapping fieldsMapping
public CsvInputData()
CsvInputCopyright © 2024 Hitachi Vantara. All rights reserved.