-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkflowsMerchant Centre: Main Feed Upload.json
141 lines (141 loc) · 2.91 KB
/
workflowsMerchant Centre: Main Feed Upload.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"active": false,
"connections": {
"Spreadsheet File": {
"main": [
[
{
"node": "SSH",
"type": "main",
"index": 0
}
]
]
},
"Execute Workflow Trigger": {
"main": [
[
{
"node": "Postgres",
"type": "main",
"index": 0
}
]
]
},
"Postgres": {
"main": [
[
{
"node": "Spreadsheet File",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2023-02-21T08:46:56.013Z",
"id": "101",
"name": "Merchant Centre: Main Feed Upload",
"nodes": [
{
"parameters": {
"operation": "toFile",
"fileFormat": "csv",
"options": {
"fileName": "odooFeed.csv"
}
},
"id": "3c7981a1-83fa-4d0f-8155-bde39f68ea57",
"name": "Spreadsheet File",
"type": "n8n-nodes-base.spreadsheetFile",
"typeVersion": 1,
"position": [
1880,
440
]
},
{
"parameters": {},
"id": "088bf86b-26ba-4500-a4ca-b3e7cc349980",
"name": "Execute Workflow Trigger",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1,
"position": [
1120,
440
]
},
{
"parameters": {
"resource": "file",
"path": "/var/www/node3/",
"options": {
"fileName": "odooFeed.csv"
}
},
"id": "60be535f-d5c6-4d0e-976d-124177ce625c",
"name": "SSH",
"type": "n8n-nodes-base.ssh",
"typeVersion": 1,
"position": [
2100,
440
],
"credentials": {
"sshPassword": {
"id": "44",
"name": "node3 (root)"
}
}
},
{
"parameters": {
"operation": "executeQuery",
"query": "SELECT * FROM datatransit.final_merchantfeed;",
"options": {}
},
"id": "6b2bc2c2-78f2-4caa-b6ea-0fb438762ebb",
"name": "Postgres",
"type": "n8n-nodes-base.postgres",
"typeVersion": 2.1,
"position": [
1560,
440
],
"credentials": {
"postgres": {
"id": "51",
"name": "btxPIM"
}
}
}
],
"pinData": {},
"settings": {},
"staticData": null,
"tags": [
{
"id": "27",
"createdAt": "2023-02-20T11:19:15.007Z",
"updatedAt": "2023-02-20T11:19:15.007Z",
"name": "ssh"
},
{
"id": "29",
"createdAt": "2023-02-21T08:39:38.678Z",
"updatedAt": "2023-02-21T08:39:38.678Z",
"name": "google"
},
{
"id": "37",
"createdAt": "2023-07-21T15:01:55.576Z",
"updatedAt": "2023-07-21T15:01:55.576Z",
"name": "Postgres Enabled"
}
],
"triggerCount": 0,
"updatedAt": "2024-10-13T08:33:49.000Z",
"versionId": "6b70d504-1b80-48d5-b23b-95f985cbd47b"
}