Job: LibUnprocessedFileReport
Job: LibUnprocessedFileReport is a library Job that is able to report on any unprocessed files that remain in your input directory (inputDir).
Calling Job:
LibUnprocessedFileReport
Job: LibUnprocessedFileReport is not called automatically by the Framework. You must call LibUnprocessedFileReport at an appropriate point during your Job’s orchestration, usually on completion of all other activity.
Choosing Which Files to Report
Specifying the files to be reported, is achieved by providing a file pattern by way of a Context variable.
unprocessedFilePattern
File patterns are defined using global expressions, for example: –
*.csv "([^\\s]+(\\.(?i)(csv|error|duplicate|processing))$)"