| Package | Description | 
|---|---|
| org.pentaho.di.trans.steps.fileinput | |
| org.pentaho.di.trans.steps.fileinput.text | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseFileInputStep<M extends BaseFileInputStepMeta,D extends BaseFileInputStepData>
This class contains base functionality for file-based input steps. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TextFileInput
Read all sorts of text files, convert them to rows and writes these to one or more output streams. 
 | 
| Constructor and Description | 
|---|
TextFileInputReader(IBaseFileInputStepControl step,
                   TextFileInputMeta meta,
                   TextFileInputData data,
                   org.apache.commons.vfs2.FileObject file,
                   org.pentaho.di.core.logging.LogChannelInterface log)  |