Class BaseFileInputTransformUtils
- java.lang.Object
-
- org.apache.hop.pipeline.transforms.file.BaseFileInputTransformUtils
-
public class BaseFileInputTransformUtils extends Object
Utils for file-based input transforms.
-
-
Constructor Summary
Constructors Constructor Description BaseFileInputTransformUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intaddValueMeta(String transformName, IRowMeta rowMeta, String fieldName)AddsStringvalue meta with given name if not present and returns indexstatic voidhandleMissingFiles(FileInputList files, ILogChannel log, boolean isErrorIgnored, IFileErrorHandler errorHandler)
-
-
-
Method Detail
-
handleMissingFiles
public static void handleMissingFiles(FileInputList files, ILogChannel log, boolean isErrorIgnored, IFileErrorHandler errorHandler) throws HopException
- Throws:
HopException
-
-