Description
Convert input data between formats: JSON, CSV, plain text. XML and YAML coming (v2).
logic_convert · logic · Logic & Flow · Available · v1.1.0
Convert input data between formats: JSON, CSV, plain text. XML and YAML coming (v2).
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
fromFormato di input | enumjsoncsvtext | yes | json | Come è il dato in input. json = stringa JSON o oggetto già parsato. csv = stringa CSV (con header sulla prima riga). text = stringa qualsiasi. |
toFormato di output | enumjsoncsvtext | yes | csv | json = oggetto/array JS · csv = stringa CSV con header · text = stringa (auto-stringify per non-string). |
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"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes