Class LDIFInputData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.ldifinput.LDIFInputData
- All Implemented Interfaces:
StepDataInterface
- Since:
- 24-May-2005
- Author:
- Samatar Hassan
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
Field Summary
Modifier and TypeFieldDescriptionnetscape.ldap.LDAPAttribute[]
org.pentaho.di.core.row.RowMetaInterface
org.apache.commons.vfs2.FileObject
int
org.pentaho.di.core.fileinput.FileInputList
boolean
int
netscape.ldap.util.LDIF
org.pentaho.di.core.row.RowMetaInterface
int
int
boolean
int
int
org.pentaho.di.core.row.RowMetaInterface
Object[]
Object[]
netscape.ldap.util.LDIFRecord
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
-
thisline
-
nextline
-
lastline
-
nr_repeats
public int nr_repeats -
nf
-
df
-
dfs
-
daf
-
dafs
-
files
public org.pentaho.di.core.fileinput.FileInputList files -
last_file
public boolean last_file -
file
public org.apache.commons.vfs2.FileObject file -
filenr
public int filenr -
fr
-
zi
-
is
-
document
-
section
-
itemElement
-
itemCount
public int itemCount -
itemPosition
public int itemPosition -
rownr
public long rownr -
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta -
previousRow
-
inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta -
convertRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta -
nrInputFields
public int nrInputFields -
attributes_LDIF
public netscape.ldap.LDAPAttribute[] attributes_LDIF -
recordLDIF
public netscape.ldap.util.LDIFRecord recordLDIF -
InputLDIF
public netscape.ldap.util.LDIF InputLDIF -
multiValueSeparator
-
totalpreviousfields
public int totalpreviousfields -
readrow
-
indexOfFilenameField
public int indexOfFilenameField -
filename
-
shortFilename
-
path
-
extension
-
lastModificationDateTime
-
uriName
-
rootUriName
-
size
public long size
-
-
Constructor Details
-
LDIFInputData
public LDIFInputData()
-