| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractFileErrorHandler |
class |
CompositeFileErrorHandler |
class |
FileErrorHandlerContentLineNumber |
class |
FileErrorHandlerMissingFiles |
| 构造器和说明 |
|---|
CompositeFileErrorHandler(List<FileErrorHandler> handlers) |
| 限定符和类型 | 字段和说明 |
|---|---|
FileErrorHandler |
ExcelInputData.errorHandler
The error handler when processing of a row fails.
|
| 限定符和类型 | 字段和说明 |
|---|---|
FileErrorHandler |
BaseFileInputStepData.dataErrorLineHandler |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
BaseFileInputStepUtils.handleMissingFiles(org.pentaho.di.core.fileinput.FileInputList files,
org.pentaho.di.core.logging.LogChannelInterface log,
boolean isErrorIgnored,
FileErrorHandler errorHandler) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Object[] |
TextFileInputUtils.convertLineToRow(org.pentaho.di.core.logging.LogChannelInterface log,
TextFileLine textFileLine,
TextFileInputMeta 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,
BaseFileInputAdditionalField additionalOutputFields,
String shortFilename,
String path,
boolean hidden,
Date modificationDateTime,
String uri,
String rooturi,
String extension,
Long size) |
static Object[] |
TextFileInputUtils.convertLineToRow(org.pentaho.di.core.logging.LogChannelInterface log,
TextFileLine textFileLine,
TextFileInputMeta 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,
BaseFileInputAdditionalField additionalOutputFields,
String shortFilename,
String path,
boolean hidden,
Date modificationDateTime,
String uri,
String rooturi,
String extension,
Long size,
boolean failOnParseError) |
| 限定符和类型 | 字段和说明 |
|---|---|
FileErrorHandler |
GetFileNamesData.dataErrorLineHandler |
| 限定符和类型 | 字段和说明 |
|---|---|
FileErrorHandler |
TextFileInputData.dataErrorLineHandler
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
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)
|
Copyright © 2024 Hitachi Vantara. All rights reserved.