Uses of Interface
org.pentaho.di.trans.step.errorhandling.FileErrorHandler
-
-
Uses of FileErrorHandler in org.pentaho.di.trans.step.errorhandling
Classes in org.pentaho.di.trans.step.errorhandling that implement FileErrorHandler Modifier and Type Class Description classAbstractFileErrorHandlerclassCompositeFileErrorHandlerclassFileErrorHandlerContentLineNumberclassFileErrorHandlerMissingFilesConstructor parameters in org.pentaho.di.trans.step.errorhandling with type arguments of type FileErrorHandler Constructor Description 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 Modifier and Type Field Description FileErrorHandlerExcelInputData. errorHandlerThe error handler when processing of a row fails. -
Uses of FileErrorHandler in org.pentaho.di.trans.steps.file
Fields in org.pentaho.di.trans.steps.file declared as FileErrorHandler Modifier and Type Field Description FileErrorHandlerBaseFileInputStepData. dataErrorLineHandlerMethods in org.pentaho.di.trans.steps.file with parameters of type FileErrorHandler Modifier and Type Method Description static voidBaseFileInputStepUtils. handleMissingFiles(org.pentaho.di.core.fileinput.FileInputList files, org.pentaho.di.core.logging.LogChannelInterface log, boolean isErrorIgnored, FileErrorHandler errorHandler) -
Uses of FileErrorHandler in org.pentaho.di.trans.steps.fileinput.text
Methods in org.pentaho.di.trans.steps.fileinput.text with parameters of type FileErrorHandler Modifier and Type Method Description 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) -
Uses of FileErrorHandler in org.pentaho.di.trans.steps.getfilenames
Fields in org.pentaho.di.trans.steps.getfilenames declared as FileErrorHandler Modifier and Type Field Description FileErrorHandlerGetFileNamesData. dataErrorLineHandler -
Uses of FileErrorHandler in org.pentaho.di.trans.steps.textfileinput
Fields in org.pentaho.di.trans.steps.textfileinput declared as FileErrorHandler Modifier and Type Field Description FileErrorHandlerTextFileInputData. dataErrorLineHandlerDeprecated.Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type FileErrorHandler Modifier and Type Method Description 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)Deprecated.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)Deprecated.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)
-