mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 22:54:05 -08:00
95e4c4fbb3
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com> Co-authored-by: Marcus <marcus@n8n.io>
37 lines
571 B
JSON
37 lines
571 B
JSON
{
|
|
"node": "n8n-nodes-base.convertToFile",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": ["Core Nodes"],
|
|
"resources": {
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.converttofile/"
|
|
}
|
|
]
|
|
},
|
|
"alias": [
|
|
"CSV",
|
|
"Spreadsheet",
|
|
"Excel",
|
|
"xls",
|
|
"xlsx",
|
|
"ods",
|
|
"tabular",
|
|
"encode",
|
|
"encoding",
|
|
"Move Binary Data",
|
|
"Binary",
|
|
"File",
|
|
"JSON",
|
|
"HTML",
|
|
"ICS",
|
|
"iCal",
|
|
"RTF",
|
|
"64"
|
|
],
|
|
"subcategories": {
|
|
"Core Nodes": ["Files", "Data Transformation"]
|
|
}
|
|
}
|