Class CsvInputData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.csvinput.CsvInputData
- All Implemented Interfaces:
StepDataInterface
- Since:
- 24-jan-2005
- Author:
- Matt
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
Field Summary
Modifier and TypeFieldDescriptionbyte[]
long
long
org.pentaho.di.core.row.RowMetaInterface
byte[]
byte[]
long
int
String[]
int
boolean
org.pentaho.di.core.row.RowMetaInterface
boolean
int
long
int
int
long
int
boolean
long
long
int
-
Constructor Summary
-
Method Summary
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
-
Field Details
-
fc
-
bb
-
convertRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta -
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta -
delimiter
public byte[] delimiter -
enclosure
public byte[] enclosure -
preferredBufferSize
public int preferredBufferSize -
filenames
-
filenr
public int filenr -
startFilenr
public int startFilenr -
binaryFilename
public byte[] binaryFilename -
fis
-
isAddingRowNumber
public boolean isAddingRowNumber -
rowNumber
public long rowNumber -
stopReading
public boolean stopReading -
stepNumber
public int stepNumber -
totalNumberOfSteps
public int totalNumberOfSteps -
fileSizes
-
totalFileSize
public long totalFileSize -
blockToRead
public long blockToRead -
startPosition
public long startPosition -
endPosition
public long endPosition -
bytesToSkipInFirstFile
public long bytesToSkipInFirstFile -
totalBytesRead
public long totalBytesRead -
parallel
public boolean parallel -
filenameFieldIndex
public int filenameFieldIndex -
rownumFieldIndex
public int rownumFieldIndex -
encodingType
-
delimiterMatcher
-
enclosureMatcher
-
crLfMatcher
-
fieldsMapping
-
-
Constructor Details
-
CsvInputData
public CsvInputData()Data class for CsvInput step- See Also:
-