{ "meta": { "instanceId": "workflow-f4bb82e5", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.791423", "updatedAt": "2025-09-29T07:07:48.791432", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "nodes": [ { "id": "aecce7a8-24f6-48c0-a7f0-f48a421d1d8c", "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 540, 400 ], "parameters": {}, "typeVersion": 1, "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "id": "66822f20-83a9-4272-920c-5d8c9140f912", "name": "Read From File", "type": "n8n-nodes-base.readBinaryFile", "position": [ 740, 400 ], "parameters": { "filePath": "/home/node/.n8n/concerts-2023.csv" }, "typeVersion": 1, "notes": "This readBinaryFile node performs automated tasks as part of the workflow." }, { "id": "9b469774-7c1d-41a3-9bfe-18fc3527f96e", "name": "Convert To Spreadsheet", "type": "n8n-nodes-base.spreadsheetFile", "position": [ 940, 400 ], "parameters": { "options": { "rawData": true, "readAsString": true } }, "typeVersion": 1, "notes": "This spreadsheetFile node performs automated tasks as part of the workflow." }, { "id": "a10bd105-16f7-47c8-b5a0-a5a10e51ae10", "name": "Insert into MySQL", "type": "n8n-nodes-base.mySql", "position": [ 1140, 400 ], "parameters": { "table": { "__rl": true, "mode": "name", "value": "concerts_2023_csv" }, "columns": "Date, Band, ConcertName, Country, City, Location, LocationAddress", "options": {} }, "credentials": { "mySql": { "id": "{{ $credentials.mySql.id }}", "name": "MySQL n8n articles" } }, "typeVersion": 1, "notes": "This mySql node performs automated tasks as part of the workflow." }, { "id": "error-a81d0d58", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": { "66822f20-83a9-4272-920c-5d8c9140f912": { "main": [ [ { "node": "error-handler-66822f20-83a9-4272-920c-5d8c9140f912-b1c3c030", "type": "main", "index": 0 } ] ] }, "9b469774-7c1d-41a3-9bfe-18fc3527f96e": { "main": [ [ { "node": "error-handler-9b469774-7c1d-41a3-9bfe-18fc3527f96e-b1f8f24b", "type": "main", "index": 0 } ] ] } }, "name": "Manualtrigger Workflow", "description": "Automated workflow: Manualtrigger Workflow. This workflow processes data and performs automated tasks.", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Manualtrigger Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }