On-prem files - Append line to CSV file action

The Append line to CSV file action appends a new line to an existing on-prem CSV file.

AVOID CONCURRENT USAGE

Using this action on the same CSV file from multiple recipes concurrently or with a concurrency setting greater than 1 may corrupt the file.

Input

Input fieldDescription
CSV fileSelect or manually enter the relative path to the CSV file to append lines to.
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
File pathThe path of the file, relative to the base path defined in your connection profile. For example: /my-profile/path/report.csv.
File size (bytes)The size of the file in bytes.
Last modified timeThe time the file was last modified. This value is set by your OS.

Last updated: