Parse CSV transform action

Use case

You have received a return with a string in CSV format and you would like to convert this to a list of JSON objects.

Overview

A screenshot of the parse csv transform action, seen in the actions list menu of the workflow builder canvas.

Parse CSV Data into JSON. The first line will be keys, and subsequent lines will be values.

Parameters

Parameter
Description
Required

Delimiter

Character or sequence of characters to used as a delimiter in the CSV (default is ), such as '|';':', etc.

String Contents

Input the CSV formatted string you would like to convert to JSON.

Usage

Example: Convert CSV to JSON

Inputs:

Delimiter: ,

String Contents:

Results output

Result of Example:

Last updated

Was this helpful?