Uses of Class
org.pentaho.di.trans.steps.textfileinput.TextFileInputMeta
-
Packages that use TextFileInputMeta Package Description org.pentaho.di.trans.steps.textfileinput -
-
Uses of TextFileInputMeta in org.pentaho.di.trans.steps.textfileinput
Methods in org.pentaho.di.trans.steps.textfileinput that return TextFileInputMeta Modifier and Type Method Description TextFileInputMeta
TextFileInputMetaInjection. getMeta()
Deprecated.Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type TextFileInputMeta Modifier and Type Method Description static String[]
TextFileInput. guessStringsFromLine(org.pentaho.di.core.logging.LogChannelInterface log, String line, TextFileInputMeta inf, String delimiter)
Deprecated.static String[]
TextFileInput. guessStringsFromLine(org.pentaho.di.core.variables.VariableSpace space, org.pentaho.di.core.logging.LogChannelInterface log, String line, TextFileInputMeta inf, String delimiter, String enclosure, String escapeCharacter)
Deprecated.Constructors in org.pentaho.di.trans.steps.textfileinput with parameters of type TextFileInputMeta Constructor Description TextFileInputMetaInjection(TextFileInputMeta meta)
Deprecated.
-