# On-prem files - Append line to CSV file

This action appends a new line to an existing CSV file. Select the CSV file and map data to each column.

Be careful not to use this action concurrently on the same CSV file from multiple recipes or with concurrency setting greater than 1. The file may be corrupted as a result.

Append line to CSV file action Append line to CSV file action

# Input fields

Input field Description
CSV file First, select a CSV file to process lines from. This CSV file must have a header line. The value of each column in the header will be used to generate the input schema of the trigger.
Column delimiter Next, select a column delimiter for this selected CSV file. The delimiters available are: comma, semicolon, space, and tab.
Columns Columns of the selected CSV file will be available as input fields here. Map data for each column to be appended to the file.

# Output fields

Output field Description
File path This is the path of the file. This path is relative to the base path you define in the connection profile. Learn about relative path.
File size (bytes) Size of the file contents in bytes.
Last modified time This is the last modified time of the file. This value is updated by your OS.


Last updated: 10/5/2021, 5:26:49 AM