mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
7b773cc5cc
Github issue / Community forum post (link here to close automatically): --------- Co-authored-by: Michael Kret <michael.k@radency.com>
30 lines
858 B
JSON
30 lines
858 B
JSON
{
|
|
"node": "n8n-nodes-base.splitInBatches",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": ["Core Nodes"],
|
|
"resources": {
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.splitinbatches/"
|
|
}
|
|
],
|
|
"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/"
|
|
},
|
|
{
|
|
"label": "Benefits of automation and n8n: An interview with HubSpot's Hugh Durkin",
|
|
"icon": "🎖",
|
|
"url": "https://n8n.io/blog/benefits-of-automation-and-n8n-an-interview-with-hubspots-hugh-durkin/"
|
|
}
|
|
]
|
|
},
|
|
"alias": ["Loop", "Concatenate", "Batch", "Split", "Split In Batches"],
|
|
"subcategories": {
|
|
"Core Nodes": ["Flow"]
|
|
}
|
|
}
|