Trigger Configure File Read Page

Specify the following parameters for reading points from the endpoint.

Element Description
Specify an Input directory The name of the directory that contains the file to be read. For example:
/tmp/Oracle/input/file
.
Specify a File name pattern Specify a wild card pattern to use for listing files from the input directory. For example:
order*.csv
.
Specify the Rejection Directory The name of the directory that contains the file that did not match the schema specified for polling. For example:
/Oracle/rejected
.
Specify the Exclusion Directory The name of the directory that should not be considered to read files. For example:
/Oracle/exclusion
.
Maximum Files

The maximum number of file names that should be listed. The maximum value is 1000.

Note: The List File operation returns the file list in a sorted order according to the last modified time. If you selected 10 as the maximum number of files and the last modified time of the eleventh file is the same as the tenth file, the eleventh file is also added. This continues until you get a file with a different timestamp.

For example, assume the directory has 15 files and you select 10 as the maximum number of files. If the tenth, eleventh, twelfth, and thirteenth files have the same time stamp, the list file returns thirteen files.

Polling Frequency The frequency at which to poll the files.
Delete Files After Successful Retrieval Deletes the files that have been successfully retrieved during polling.
Ignore File not found error in Delete No error is thrown if the file being searched for has already been deleted.
Move to Directory after Successful Retrieval Moves the files successfully retrieved to a specific directory.

Polling Delay (In Seconds)

Specify the time duration between two polling cycles.
Specify the directory where file is moved
The name of the directory where successfully retrieved files are moved. For example:
/tmp/Oracle/input
Read Files Recursively Read files within directories recursively beneath the input directory.