Package org.pentaho.di.trans.steps.file
Class BaseFileErrorHandling
java.lang.Object
org.pentaho.di.trans.steps.file.BaseFileErrorHandling
- All Implemented Interfaces:
Cloneable
Block for error handling settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe directory that will contain error filesThe extension of error filesboolean
Ignore error : turn into warningsFile error field name.File error text field name.The directory that will contain line number filesThe extension of line number filesboolean
The directory that will contain warning filesThe extension of warning files -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
errorIgnored
public boolean errorIgnoredIgnore error : turn into warnings -
fileErrorField
File error field name. -
fileErrorMessageField
File error text field name. -
skipBadFiles
public boolean skipBadFiles -
warningFilesDestinationDirectory
The directory that will contain warning files -
warningFilesExtension
The extension of warning files -
errorFilesDestinationDirectory
The directory that will contain error files -
errorFilesExtension
The extension of error files -
lineNumberFilesDestinationDirectory
The directory that will contain line number files -
lineNumberFilesExtension
The extension of line number files
-
-
Constructor Details
-
BaseFileErrorHandling
public BaseFileErrorHandling()
-
-
Method Details