Additional menu

View Categories

Parse CSV Content

< 1 min read

Convert CSV content into JSON with in a single action.

Inputs:
CSV Content – the CSV content as a raw string or Base64-encoded
Delimiter – the character used as column delimiter
Skip Lines – the number of lines to skip before reading the data
Column Headers – comma-separated list of column headers, if empty the first row will be taken as headers

Outputs:
Row Count – number of rows extracted
Input was base64
body – array with JSON objects for each parsed row

Example

Parse CSV while skipping the first row and using the 2nd row as the column (property) names.