Uses of Class
org.pentaho.di.trans.steps.textfileinput.TextFileInputField
-
Packages that use TextFileInputField Package Description org.pentaho.di.trans.steps.csvinput org.pentaho.di.trans.steps.parallelgzipcsv org.pentaho.di.trans.steps.textfileinput -
-
Uses of TextFileInputField in org.pentaho.di.trans.steps.csvinput
Methods in org.pentaho.di.trans.steps.csvinput that return TextFileInputField Modifier and Type Method Description TextFileInputField[]CsvInputMeta. getInputFields()Methods in org.pentaho.di.trans.steps.csvinput with parameters of type TextFileInputField Modifier and Type Method Description voidCsvInputMeta. setInputFields(TextFileInputField[] inputFields) -
Uses of TextFileInputField in org.pentaho.di.trans.steps.parallelgzipcsv
Methods in org.pentaho.di.trans.steps.parallelgzipcsv that return TextFileInputField Modifier and Type Method Description TextFileInputField[]ParGzipCsvInputMeta. getInputFields()Methods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type TextFileInputField Modifier and Type Method Description voidParGzipCsvInputMeta. setInputFields(TextFileInputField[] inputFields) -
Uses of TextFileInputField in org.pentaho.di.trans.steps.textfileinput
Methods in org.pentaho.di.trans.steps.textfileinput that return TextFileInputField Modifier and Type Method Description TextFileInputField[]InputFileMetaInterface. getInputFields()Deprecated.TextFileInputField[]TextFileInputMeta. getInputFields()Deprecated.Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type TextFileInputField Modifier and Type Method Description voidTextFileInputMeta. setInputFields(TextFileInputField[] inputFields)Deprecated.
-