Package | Description |
---|---|
org.pentaho.di.trans.steps.textfileinput |
Modifier and Type | Method and Description |
---|---|
TextFileInputMeta |
TextFileInputMetaInjection.getMeta()
Deprecated.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
TextFileInputMetaInjection(TextFileInputMeta meta)
Deprecated.
|