mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 23:54:07 -08:00
25 lines
602 B
JSON
25 lines
602 B
JSON
{
|
|
"node": "n8n-nodes-base.writeBinaryFile",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": ["Core Nodes"],
|
|
"resources": {
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filesreadwrite/"
|
|
}
|
|
],
|
|
"generic": [
|
|
{
|
|
"label": "How uProc scraped a multi-page website with a low-code workflow",
|
|
"icon": " 🕸️",
|
|
"url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/"
|
|
}
|
|
]
|
|
},
|
|
"alias": ["Text", "Save", "Export"],
|
|
"subcategories": {
|
|
"Core Nodes": ["Files"]
|
|
}
|
|
}
|