Package org.pentaho.di.trans.steps.file
Class BaseFileInputStepUtils
- java.lang.Object
-
- org.pentaho.di.trans.steps.file.BaseFileInputStepUtils
-
public class BaseFileInputStepUtils extends Object
Utils for file-based input steps.- Author:
- Alexander Buloichik
-
-
Constructor Summary
Constructors Constructor Description BaseFileInputStepUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
addValueMeta(String stepName, org.pentaho.di.core.row.RowMetaInterface rowMeta, String fieldName)
AddsString
value meta with given name if not present and returns indexstatic void
handleMissingFiles(org.pentaho.di.core.fileinput.FileInputList files, org.pentaho.di.core.logging.LogChannelInterface log, boolean isErrorIgnored, FileErrorHandler errorHandler)
-
-
-
Method Detail
-
handleMissingFiles
public static void handleMissingFiles(org.pentaho.di.core.fileinput.FileInputList files, org.pentaho.di.core.logging.LogChannelInterface log, boolean isErrorIgnored, FileErrorHandler errorHandler) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
-