feat(Data Table Node): Add Data Table Node (no-changelog) (#18556)

This commit is contained in:
Charlie Kolb
2025-08-25 15:57:55 +02:00
committed by GitHub
parent e6b6678128
commit 1777803e26
16 changed files with 741 additions and 4 deletions
@@ -0,0 +1,18 @@
{
"node": "n8n-nodes-base.dataTable",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"details": "Data Table",
"categories": ["Core Nodes"],
"resources": {
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.datatable/"
}
]
},
"alias": ["data", "table", "knowledge"],
"subcategories": {
"Core Nodes": ["Data Transformation"]
}
}