Skip to main content

Change Data Format Connector

Change Data Format Change data from one format to another

Actions

Convert To Boolean

Convert a value to a boolean

InputCommentsDefault
The value to be converted to a boolean

Convert To Integer

Convert a value to an int

InputCommentsDefault
The value to be converted to a integer

Convert To Number

Convert a value to a number

InputCommentsDefault
The value to be converted to a number

Convert To String

Convert a value to a string

InputCommentsDefault
The value to be converted to a string

CSV to JSON

Convert CSV to JSON

InputCommentsDefault
DataCSV data to convert to JSON
CSV HeaderSpecify if your CSV contains a header row.true
Un-Flatten CSV KeysWhen enabled, keys with double-underscores will be parsed as nested objects. For example, 'personfirst,personlast' will become '{ person: { first, last } }' rather than '{ personfirst, personlast }'false

CSV to XML

Convert CSV to XML

InputCommentsDefault
DataCSV data to convert to XML
CSV HeaderSpecify if your CSV contains a header row.true
Un-Flatten CSV KeysWhen enabled, keys with double-underscores will be parsed as nested objects. For example, 'personfirst,personlast' will become '{ person: { first, last } }' rather than '{ personfirst, personlast }'false

CSV to YAML

Convert CSV to YAML

InputCommentsDefault
DataCSV data to convert to YAML
CSV HeaderSpecify if your CSV contains a header row.true
Un-Flatten CSV KeysWhen enabled, keys with double-underscores will be parsed as nested objects. For example, 'personfirst,personlast' will become '{ person: { first, last } }' rather than '{ personfirst, personlast }'false

Deserialize BINARY

Deserialize BINARY data

InputCommentsDefault
DataBINARY text to deserialize so it can be referenced in a subsequent step.

Deserialize CSV

Deserialize CSV data

InputCommentsDefault
DataCSV text to deserialize so it can be referenced in a subsequent step.
CSV HeaderSpecify if your CSV contains a header row.true
Un-Flatten CSV KeysWhen enabled, keys with double-underscores will be parsed as nested objects. For example, 'personfirst,personlast' will become '{ person: { first, last } }' rather than '{ personfirst, personlast }'false

Deserialize JSON

Deserialize JSON data

InputCommentsDefault
DataJSON text to deserialize so it can be referenced in a subsequent step.

Deserialize JSON Lines (.jsonl)

Transform .jsonl data to a JavaScript array

InputCommentsDefault
JSONL Data

Deserialize URL-encoded Form Data

Deserialize Form Data (x-www-form-urlencoded)

InputCommentsDefault
DataForm data to deserialize so it can be referenced in a subsequent step.

Deserialize XML

Deserialize XML data

InputCommentsDefault
DataXML text to deserialize so it can be referenced in a subsequent step.
Parse numbers as strings?Interpret numbers as strings?false

Deserialize YAML

Deserialize YAML data

InputCommentsDefault
DataYAML text to deserialize so it can be referenced in a subsequent step.

JavaScript Object to CSV

Convert JavaScript Object to CSV

InputCommentsDefault
DataJavaScript Object data to convert to CSV

JavaScript Object to JSON

Convert JavaScript Object to JSON

InputCommentsDefault
DataJavaScript Object data to convert to JSON

JavaScript Object to XML

Convert JavaScript Object to XML

InputCommentsDefault
DataJavaScript Object data to convert to XML

JavaScript Object to YAML

Convert JavaScript Object to YAML

InputCommentsDefault
DataJavaScript Object data to convert to YAML

JSON to CSV

Convert JSON to CSV

InputCommentsDefault
DataJSON data to convert to CSV

JSON to XML

Convert JSON to XML

InputCommentsDefault
DataJSON data to convert to XML

JSON to YAML

Convert JSON to YAML

InputCommentsDefault
DataJSON data to convert to YAML

Pretty Print

Format data to be more human-readable

InputCommentsDefault
DataData to pretty print

Serialize JSON Lines (.jsonl)

Serialize an array of JavaScript objects into .jsonl

InputCommentsDefault
Array of JavaScript Objects to serializeMust be a reference to an array of JavaScript objects

Serialize URL-encoded Form Data

Serialize Form Data (x-www-form-urlencoded)

InputCommentsDefault
DataForm data to deserialize so it can be referenced in a subsequent step.

XML to CSV

Convert XML to CSV

InputCommentsDefault
DataXML data to convert to CSV
Parse numbers as strings?Interpret numbers as strings?false

XML to JSON

Convert XML to JSON

InputCommentsDefault
DataXML data to convert to JSON
Parse numbers as strings?Interpret numbers as strings?false

XML to YAML

Convert XML to YAML

InputCommentsDefault
DataXML data to convert to YAML
Parse numbers as strings?Interpret numbers as strings?false

YAML to CSV

Convert YAML to CSV

InputCommentsDefault
DataYAML data to convert to CSV

YAML to JSON

Convert YAML to JSON

InputCommentsDefault
DataYAML data to convert to JSON

YAML to XML

Convert YAML to XML

InputCommentsDefault
DataYAML data to convert to XML