public class CsvInputData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
ByteBuffer |
bb |
byte[] |
binaryFilename |
long |
blockToRead |
long |
bytesToSkipInFirstFile |
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 |
RowMetaInterface |
outputRowMeta |
boolean |
parallel |
int |
preferredBufferSize |
long |
rowNumber |
int |
rownumFieldIndex |
int |
startFilenr |
long |
startPosition |
int |
stepNumber |
boolean |
stopReading |
long |
totalBytesRead |
long |
totalFileSize |
int |
totalNumberOfSteps |
Constructor and Description |
---|
CsvInputData()
Data class for CsvInput step
|
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 FileChannel fc
public ByteBuffer bb
public RowMetaInterface convertRowMeta
public 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()
CsvInput
Copyright © 2018 Hitachi Vantara. All rights reserved.