mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-26 22:35:18 +02:00
31 lines
506 B
JSON
31 lines
506 B
JSON
{
|
|
"node": "n8n-nodes-base.readWriteFile",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": ["Core Nodes"],
|
|
"resources": {
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/"
|
|
}
|
|
]
|
|
},
|
|
"alias": [
|
|
"Binary",
|
|
"Binary File",
|
|
"File",
|
|
"Text",
|
|
"Open",
|
|
"Import",
|
|
"Save",
|
|
"Export",
|
|
"Disk",
|
|
"Transfer",
|
|
"Read Binary File",
|
|
"Write Binary File"
|
|
],
|
|
"subcategories": {
|
|
"Core Nodes": ["Files"]
|
|
}
|
|
}
|