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
This commit is contained in:
fntb
2021-05-08 05:50:25 +02:00
committed by GitHub
parent ffc0c7b4d5
commit 43fae950e6
2 changed files with 29 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"node": "n8n-nodes-base.spreadsheetFile",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"nodeVersion": "1.1",
"codexVersion": "1.1",
"categories": [
"Data & Storage",
"Core Nodes"