On-prem files - New line in CSV file trigger

The New line in CSV file 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 a 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.

Output

Output fieldDescription
Line numberThe line number of the line currently being processed. Header lines are not counted.
CSV lineContains information about the contents of the new line, such as the column names and their values.

Last updated: