On-prem files - New lines in CSV file trigger (Batch)

The New lines in CSV file batch trigger monitors an on-prem CSV file you specify for new lines.

The trigger detects all existing lines in the CSV file when you start the recipe for the first time. Only newly added lines are processed on subsequent runs. This trigger checks for new lines once every poll interval.

Input

Input fieldDescription
Trigger poll intervalDefine how frequently the recipe checks for new lines. The minimum and default value is 5 minutes.
CSV fileSelect or manually enter the relative path to the CSV file to monitor for new lines. This CSV file must have a header line. The value of each column in the header is used to generate the output schema of the trigger.
Column delimiterSelect the character used to separate column values within each CSV row.
Quote characterSelect the character used to quote cell values. Set to None if no quote character is used.
File encodingSelect the encoding for the CSV file. This field defaults to UTF-8.
Batch sizeEnter the number of CSV rows to process in each batch. Refer to Batch processing for more information. This field defaults to 100 and supports a maximum of .

Output

Output fieldDescription
First line number in batchThe line number of the first line in the batch currently being processed. Header lines aren't counted.
Last line number in batchThe line number of the last line in the batch currently being processed. Header lines aren't counted.
CSV linesContains information about the contents of the new lines, such as the List size, List index, and the column names.

Last updated: