Uses of Class
org.pentaho.di.trans.steps.textfileinput.TextFileLine

Packages that use TextFileLine
org.pentaho.di.trans.steps.textfileinput   
 

Uses of TextFileLine in org.pentaho.di.trans.steps.textfileinput
 

Fields in org.pentaho.di.trans.steps.textfileinput with type parameters of type TextFileLine
 List<TextFileLine> TextFileInputData.lineBuffer
           
 

Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type TextFileLine
static Object[] TextFileInput.convertLineToRow(TextFileLine textFileLine, InputFileMetaInterface info, Object[] passThruFields, int nrPassThruFields, org.pentaho.di.core.row.RowMetaInterface outputRowMeta, org.pentaho.di.core.row.RowMetaInterface convertRowMeta, String fname, long rowNr, FileErrorHandler errorHandler)
           
static Object[] TextFileInput.convertLineToRow(TextFileLine textFileLine, InputFileMetaInterface info, org.pentaho.di.core.row.RowMetaInterface outputRowMeta, org.pentaho.di.core.row.RowMetaInterface convertRowMeta, String fname, long rowNr, FileErrorHandler errorHandler)
          Deprecated. Use TextFileInput.convertLineToRow(TextFileLine,InputFileMetaInterface,Object[],int,RowMetaInterface,RowMetaInterface,String,long, FileErrorHandler) instead