📚 add an awesome collection of n8n workflows

This commit is contained in:
Thomas LEVEIL
2019-08-21 22:43:17 +02:00
parent c339dfd5d6
commit 92b4988fde
10 changed files with 376 additions and 1 deletions

View File

@@ -0,0 +1,76 @@
{
"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
}
]
]
}
}
}