Sincronización de filas de MySQL a Hojas de Cálculo de Google
Este es unEngineeringflujo de automatización del dominio deautomatización que contiene 9 nodos.Utiliza principalmente nodos como If, MySql, GoogleSheets, ScheduleTrigger. Sincronización automatizada de MySQL a Google Sheets con prevención de duplicados
- •Información de conexión de la base de datos MySQL
- •Credenciales de API de Google Sheets
Nodos utilizados (9)
Categoría
{
"id": "TmP9EhlzHlU4r1wS",
"meta": {
"instanceId": "ea2b41532677d34614d95d13d7d2ccb694657be482144baf71e7140df3b2a853",
"templateCredsSetupCompleted": true
},
"name": "Sync MySQL Rows to Google Sheet",
"tags": [],
"nodes": [
{
"id": "a78b4dc6-b4c6-4ed8-8b9f-dad0a6897307",
"name": "Seleccionar filas de una tabla",
"type": "n8n-nodes-base.mySql",
"position": [
-288,
-112
],
"parameters": {
"table": {
"value": "fifa25_customers"
},
"where": {
"values": [
{
"value": "=0",
"column": "sync"
}
]
},
"options": {},
"operation": "select"
},
"credentials": {
"mySql": {
"id": "HiSdj9EQPLInFlnQ",
"name": "MySQL-SaadeddinPastry"
}
},
"typeVersion": 2.4
},
{
"id": "b1a1e46f-4d7f-4068-a697-e35735af7718",
"name": "Agregar fila en hoja",
"type": "n8n-nodes-base.googleSheets",
"position": [
352,
-304
],
"parameters": {
"columns": {
"value": {
"id": "={{ $json.id }}",
"name": "={{ $json.name }}",
"email": "={{ $json.email }}",
"phone": "={{ $json.phone }}",
"gender": "={{ $json.gender }}",
"region": "={{ $json.region }}",
"datatime": "={{ $json.datatime }}",
"birthdate": "={{ $json.birthdate }}"
},
"schema": [
{
"id": "id",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "id",
"defaultMatch": true,
"canBeUsedToMatch": true
},
{
"id": "name",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "phone",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "phone",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "birthdate",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "birthdate",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "email",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "email",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "region",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "region",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "gender",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "gender",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "datatime",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "datatime",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"id"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"value": "gid=0"
},
"documentId": {
"value": "1b86B_7Hcusp7ehDNjJZtCa8Rlmljf2av7Hs-gaSluoc"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "KJ3WD4ZJZo6YMqm3",
"name": "Google Sheets account"
}
},
"typeVersion": 4.6
},
{
"id": "e7f77e58-ddfc-4086-8016-6ebdd9d01d44",
"name": "Actualizar filas en una tabla",
"type": "n8n-nodes-base.mySql",
"position": [
352,
-128
],
"parameters": {
"table": {
"value": "fifa25_customers"
},
"options": {},
"dataMode": "defineBelow",
"operation": "update",
"valuesToSend": {
"values": [
{
"value": "1",
"column": "sync"
}
]
},
"valueToMatchOn": "={{ $json.id }}",
"columnToMatchOn": "id"
},
"credentials": {
"mySql": {
"id": "HiSdj9EQPLInFlnQ",
"name": "MySQL-SaadeddinPastry"
}
},
"typeVersion": 2.4
},
{
"id": "0aba12f9-2627-4be1-bd53-1505d332f352",
"name": "Nota adhesiva",
"type": "n8n-nodes-base.stickyNote",
"position": [
-336,
48
],
"parameters": {
"color": 3,
"width": 208,
"height": 80,
"content": "Get 50 records from mysql table from not synced data"
},
"typeVersion": 1
},
{
"id": "2ad57e58-7f42-4ef3-8d3a-228fc8ab422b",
"name": "Activador programado cada n minutos",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-528,
-112
],
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 15
}
]
}
},
"typeVersion": 1.2
},
{
"id": "b52eebd6-1177-414e-8062-1204ac643dc9",
"name": "Nota adhesiva1",
"type": "n8n-nodes-base.stickyNote",
"position": [
304,
16
],
"parameters": {
"color": 3,
"width": 208,
"height": 80,
"content": "Update all the got data with column sync = 1 to prevent duplication in next run"
},
"typeVersion": 1
},
{
"id": "13a3b1e5-32b2-436f-9961-d924c9d052ef",
"name": "Sin operación, no hacer nada",
"type": "n8n-nodes-base.noOp",
"position": [
352,
160
],
"parameters": {},
"typeVersion": 1
},
{
"id": "f82d841b-fbda-4eed-80e5-15fa83a6cc00",
"name": "Verificar si se devolvió un nuevo registro",
"type": "n8n-nodes-base.if",
"position": [
-80,
-112
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "fdc56e38-29be-42a1-baa8-3c4e2380b2c1",
"operator": {
"type": "number",
"operation": "gt"
},
"leftValue": "={{ $jmespath($input.all(), '[].json').length }}",
"rightValue": 0
}
]
}
},
"typeVersion": 2.2
},
{
"id": "d35b54c0-1bde-43d8-ad95-e79c9a5b3957",
"name": "Nota adhesiva2",
"type": "n8n-nodes-base.stickyNote",
"position": [
176,
-352
],
"parameters": {
"width": 400,
"height": 656,
"content": "## Output"
},
"typeVersion": 1
}
],
"active": true,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "75f1c88c-35cb-4762-ba78-e19a2ca167bd",
"connections": {
"a78b4dc6-b4c6-4ed8-8b9f-dad0a6897307": {
"main": [
[
{
"node": "f82d841b-fbda-4eed-80e5-15fa83a6cc00",
"type": "main",
"index": 0
}
]
]
},
"f82d841b-fbda-4eed-80e5-15fa83a6cc00": {
"main": [
[
{
"node": "b1a1e46f-4d7f-4068-a697-e35735af7718",
"type": "main",
"index": 0
},
{
"node": "e7f77e58-ddfc-4086-8016-6ebdd9d01d44",
"type": "main",
"index": 0
}
],
[
{
"node": "13a3b1e5-32b2-436f-9961-d924c9d052ef",
"type": "main",
"index": 0
}
]
]
},
"2ad57e58-7f42-4ef3-8d3a-228fc8ab422b": {
"main": [
[
{
"node": "a78b4dc6-b4c6-4ed8-8b9f-dad0a6897307",
"type": "main",
"index": 0
}
]
]
}
}
}¿Cómo usar este flujo de trabajo?
Copie el código de configuración JSON de arriba, cree un nuevo flujo de trabajo en su instancia de n8n y seleccione "Importar desde JSON", pegue la configuración y luego modifique la configuración de credenciales según sea necesario.
¿En qué escenarios es adecuado este flujo de trabajo?
Intermedio - Ingeniería
¿Es de pago?
Este flujo de trabajo es completamente gratuito, puede importarlo y usarlo directamente. Sin embargo, tenga en cuenta que los servicios de terceros utilizados en el flujo de trabajo (como la API de OpenAI) pueden requerir un pago por su cuenta.
Flujos de trabajo relacionados recomendados
Ahmed Saadawi
@ahmedsaadawiCompartir este flujo de trabajo