Modifier and Type | Class and Description |
---|---|
class |
AbstractFileErrorHandler |
class |
CompositeFileErrorHandler |
class |
FileErrorHandlerContentLineNumber |
class |
FileErrorHandlerMissingFiles |
Constructor and Description |
---|
CompositeFileErrorHandler(List<FileErrorHandler> handlers) |
Modifier and Type | Field and Description |
---|---|
FileErrorHandler |
ExcelInputData.errorHandler
The error handler when processing of a row fails.
|
Modifier and Type | Field and Description |
---|---|
FileErrorHandler |
BaseFileInputStepData.dataErrorLineHandler |
Modifier and Type | Method and Description |
---|---|
static void |
BaseFileInputStepUtils.handleMissingFiles(FileInputList files,
LogChannelInterface log,
boolean isErrorIgnored,
FileErrorHandler errorHandler) |
Modifier and Type | Method and Description |
---|---|
static Object[] |
TextFileInputUtils.convertLineToRow(LogChannelInterface log,
TextFileLine textFileLine,
TextFileInputMeta info,
Object[] passThruFields,
int nrPassThruFields,
RowMetaInterface outputRowMeta,
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) |
Modifier and Type | Field and Description |
---|---|
FileErrorHandler |
GetFileNamesData.dataErrorLineHandler |
Modifier and Type | Field and Description |
---|---|
FileErrorHandler |
TextFileInputData.dataErrorLineHandler
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Object[] |
TextFileInput.convertLineToRow(LogChannelInterface log,
TextFileLine textFileLine,
InputFileMetaInterface info,
Object[] passThruFields,
int nrPassThruFields,
RowMetaInterface outputRowMeta,
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)
Deprecated.
|
static Object[] |
TextFileInput.convertLineToRow(LogChannelInterface log,
TextFileLine textFileLine,
InputFileMetaInterface info,
RowMetaInterface outputRowMeta,
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 © 2018 Hitachi Vantara. All rights reserved.