Back

JSON List from CSV String Data Node


Convert CSV rows into a JSON string list based on header keys.

Properties

- Delimitator (String)
String delimiter used between columns.

- Pretty Printed (Bool)
Format the JSON strings with indentation.

- Without Escaping Slashes (Bool)
Avoid escaping forward slashes in the JSON output.