Files
Agent-n8n/n8n-n8n-1.109.2/packages/nodes-base/nodes/SplitInBatches/SplitInBatches.node.json
2025-09-08 04:48:28 +08:00

30 lines
858 B
JSON
Executable File

{
"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"]
}
}