|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileErrorHandler | |
---|---|
org.pentaho.di.trans.step.errorhandling | |
org.pentaho.di.trans.steps.excelinput | |
org.pentaho.di.trans.steps.getfilenames | |
org.pentaho.di.trans.steps.textfileinput |
Uses of FileErrorHandler in org.pentaho.di.trans.step.errorhandling |
---|
Classes in org.pentaho.di.trans.step.errorhandling that implement FileErrorHandler | |
---|---|
class |
AbstractFileErrorHandler
|
class |
CompositeFileErrorHandler
|
class |
FileErrorHandlerContentLineNumber
|
class |
FileErrorHandlerMissingFiles
|
Constructor parameters in org.pentaho.di.trans.step.errorhandling with type arguments of type FileErrorHandler | |
---|---|
CompositeFileErrorHandler(List<FileErrorHandler> handlers)
|
Uses of FileErrorHandler in org.pentaho.di.trans.steps.excelinput |
---|
Fields in org.pentaho.di.trans.steps.excelinput declared as FileErrorHandler | |
---|---|
FileErrorHandler |
ExcelInputData.errorHandler
The error handler when processing of a row fails. |
Uses of FileErrorHandler in org.pentaho.di.trans.steps.getfilenames |
---|
Fields in org.pentaho.di.trans.steps.getfilenames declared as FileErrorHandler | |
---|---|
FileErrorHandler |
GetFileNamesData.dataErrorLineHandler
|
Uses of FileErrorHandler in org.pentaho.di.trans.steps.textfileinput |
---|
Fields in org.pentaho.di.trans.steps.textfileinput declared as FileErrorHandler | |
---|---|
FileErrorHandler |
TextFileInputData.dataErrorLineHandler
|
Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type FileErrorHandler | |
---|---|
static Object[] |
TextFileInput.convertLineToRow(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,
FileErrorHandler errorHandler)
|
static Object[] |
TextFileInput.convertLineToRow(TextFileLine textFileLine,
InputFileMetaInterface info,
org.pentaho.di.core.row.RowMetaInterface outputRowMeta,
org.pentaho.di.core.row.RowMetaInterface convertRowMeta,
String fname,
long rowNr,
FileErrorHandler errorHandler)
Deprecated. Use TextFileInput.convertLineToRow(TextFileLine,InputFileMetaInterface,Object[],int,RowMetaInterface,RowMetaInterface,String,long, FileErrorHandler) instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |