Files
Automata/packages/nodes-base/nodes/SpreadsheetFile.node.json
fntb 43fae950e6 Add support for files without headers to SpreadsheetFile node (#1738)
When false the first row of the spreadsheet file is considered a data row and each row is parsed as an array
2021-05-07 22:50:25 -05:00

23 lines
508 B
JSON

{
"node": "n8n-nodes-base.spreadsheetFile",
"nodeVersion": "1.1",
"codexVersion": "1.1",
"categories": [
"Data & Storage",
"Core Nodes"
],
"resources": {
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.spreadsheetFile/"
}
],
"generic": [
{
"label": "Build your own virtual assistant with n8n: A step by step guide",
"icon": "👦",
"url": "https://n8n.io/blog/build-your-own-virtual-assistant-with-n8n-a-step-by-step-guide/"
}
]
}
}