mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 21:19:43 -08:00
76 lines
1.3 KiB
JSON
76 lines
1.3 KiB
JSON
{
|
|
"nodes": [
|
|
{
|
|
"parameters": {},
|
|
"name": "Start",
|
|
"type": "n8n-nodes-base.start",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
250,
|
|
300
|
|
]
|
|
},
|
|
{
|
|
"parameters": {
|
|
"filePath": "spreadsheet.xls"
|
|
},
|
|
"name": "Read Binary File",
|
|
"type": "n8n-nodes-base.readBinaryFile",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
450,
|
|
650
|
|
]
|
|
},
|
|
{
|
|
"parameters": {},
|
|
"name": "Spreadsheet File1",
|
|
"type": "n8n-nodes-base.spreadsheetFile",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
600,
|
|
650
|
|
]
|
|
},
|
|
{
|
|
"parameters": {
|
|
"table": "product",
|
|
"columns": "name,ean"
|
|
},
|
|
"name": "Insert Rows1",
|
|
"type": "n8n-nodes-base.postgres",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
750,
|
|
650
|
|
],
|
|
"credentials": {
|
|
"postgres": "postgres"
|
|
}
|
|
}
|
|
],
|
|
"connections": {
|
|
"Read Binary File": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Spreadsheet File1",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"Spreadsheet File1": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Insert Rows1",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
} |