mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
19 lines
438 B
JSON
19 lines
438 B
JSON
{
|
|
"node": "n8n-nodes-base.dataTable",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"details": "Data table",
|
|
"categories": ["Core Nodes", "Development"],
|
|
"resources": {
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.datatable/"
|
|
}
|
|
]
|
|
},
|
|
"alias": ["data", "table", "knowledge", "data store", "store", "sheet"],
|
|
"subcategories": {
|
|
"Core Nodes": ["Helpers"]
|
|
}
|
|
}
|