Convert (JSON ↔ CSV ↔ Text)

logic_convert · logic · Logic & Flow · Available · v1.1.0

Description

Convert input data between formats: JSON, CSV, plain text. XML and YAML coming (v2).

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
from
Formato di input
enum
jsoncsvtext
yesjsonCome è il dato in input. json = stringa JSON o oggetto già parsato. csv = stringa CSV (con header sulla prima riga). text = stringa qualsiasi.
to
Formato di output
enum
jsoncsvtext
yescsvjson = oggetto/array JS · csv = stringa CSV con header · text = stringa (auto-stringify per non-string).

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-logic_convert-1",
  "defId": "logic_convert",
  "label": "Convert (JSON ↔ CSV ↔ Text)",
  "config": {
    "from": "json",
    "to": "csv"
  }
}

🔗 Related nodes in the same category

Ready to use Convert (JSON ↔ CSV ↔ Text)?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes