RUAL Documentation

parse csv

This block is part of the files group and was last modified in core v11.5.13.

parse csv v11.5.13

Parse a CSV file into an array of objects.

Pin Pin Type Default
flow
flow
filerequired
File to parse as CSV.
file
separator
The separator used to split values on a row.
value ,
detect separator
If set to true the action will try to detect the separator based on the first few lines. If it fails to do so it will fall back to the given or default separator
condition false
Has headers
Indicates if the CSV has headers or not, we will use the headers to create objects using these keys if true is given.
condition
Custom headers
Array of headers to be used in case has_headers is set to false.
array
Pin Pin Type Example
flow
flow
array
array
Headers
array
error
value

Core Releases

v11.5.13 This block was introduced in v11.5.13, click here to see the release notes.
Back to files Return to the main group to view all sub-groups Back to file parsing Return to the group to view all blocks within this group