| 程序包 | 说明 |
|---|---|
| org.pentaho.di.trans.steps.csvinput | |
| org.pentaho.di.trans.steps.parallelgzipcsv | |
| org.pentaho.di.trans.steps.textfileinput |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CsvInputMeta |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ParGzipCsvInputMeta |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TextFileInputMeta
已过时。
replaced by implementation in the ...steps.fileinput.text package
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Object[] |
TextFileInput.convertLineToRow(org.pentaho.di.core.logging.LogChannelInterface log,
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,
String delimiter,
String enclosure,
String escapeCharacter,
FileErrorHandler errorHandler,
boolean addShortFilename,
boolean addExtension,
boolean addPath,
boolean addSize,
boolean addIsHidden,
boolean addLastModificationDate,
boolean addUri,
boolean addRootUri,
String shortFilename,
String path,
boolean hidden,
Date modificationDateTime,
String uri,
String rooturi,
String extension,
long size)
已过时。
|
static Object[] |
TextFileInput.convertLineToRow(org.pentaho.di.core.logging.LogChannelInterface log,
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,
String delimiter,
String enclosure,
String escapeCharacter,
FileErrorHandler errorHandler,
boolean addShortFilename,
boolean addExtension,
boolean addPath,
boolean addSize,
boolean addIsHidden,
boolean addLastModificationDate,
boolean addUri,
boolean addRootUri,
String shortFilename,
String path,
boolean hidden,
Date modificationDateTime,
String uri,
String rooturi,
String extension,
long size,
boolean failOnParseError)
已过时。
|
static Object[] |
TextFileInput.convertLineToRow(org.pentaho.di.core.logging.LogChannelInterface log,
TextFileLine textFileLine,
InputFileMetaInterface info,
org.pentaho.di.core.row.RowMetaInterface outputRowMeta,
org.pentaho.di.core.row.RowMetaInterface convertRowMeta,
String fname,
long rowNr,
String delimiter,
FileErrorHandler errorHandler,
boolean addShortFilename,
boolean addExtension,
boolean addPath,
boolean addSize,
boolean addIsHidden,
boolean addLastModificationDate,
boolean addUri,
boolean addRootUri,
String shortFilename,
String path,
boolean hidden,
Date modificationDateTime,
String uri,
String rooturi,
String extension,
long size)
|
static String[] |
TextFileInput.convertLineToStrings(org.pentaho.di.core.logging.LogChannelInterface log,
String line,
InputFileMetaInterface inf,
String delimiter,
String enclosure,
String escapeCharacters)
已过时。
|
Copyright © 2024 Hitachi Vantara. All rights reserved.