We found 2 matches for: csv

An overview of all csv blocks currently available, updated daily!

file: parse CSV

Parse a CSV file into an array of objects.

In-pins

flow
file
File to parse as CSV.
separator
The separator used to split values on a row.

Default:
,
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

Default:
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.
Custom headers
Array of headers to be used in case has_headers is set to false.

Out-pins

flow
array
Headers
error
file: build CSV

In-pins

flow
filename
header
values
options

Out-pins

flow
CSV file