ES | EN
Engineering

Preparing data to be sent to a service

Google SheetsN8n Training Customer Datastore
Nodes 2
Complexity Basic
Category Engineering
n8n popularity 63,641 views in n8n library

Task: Make sure that data is in the right format before injecting it into a database/spreadsheet/CRM/etc. Why: Spreadsheets and databases require the incoming data to have the same fields as the headers of the destination table. You can decide which fields you would like to send with the database and rename them by using the set node Main use cases: Change fields names to match a database or a spreadsheet table structure Keep only the fields that are needed at the destination table

Apps and nodes included

Step-by-Step Implementation Guide

Preparación de Datos - Guía de Implementación

Este workflow asegura que los datos estén en el formato correcto antes de ser inyectados en una base de datos, hoja de cálculo o CRM. Permite cambiar nombres de campos y seleccionar campos específicos.

Nodos clave:

  • n8n-nodes-base.googleSheets: Interacción con Google Sheets.
  • n8n-nodes-base.n8nTrainingCustomerDatastore: Posiblemente para el manejo de datos de clientes.

Pasos de configuración:

  1. Conecta la fuente de datos: Conecta el primer nodo con la fuente de datos (ej., Google Sheets).
  2. Define los campos a mapear: Usa el nodo 'Set' para mapear y renombrar los campos según sea necesario para la tabla de destino.
  3. Conecta con el destino: Conecta el último nodo con el destino (ej., Google Sheets).
  4. Prueba y Verifica: Ejecuta el workflow y verifica que los datos se transfieran correctamente con los campos y formatos correctos.
⚡ Open and edit in Scriflow ← Browse all n8n templates

Scriflow builds and adapts n8n workflows with AI. Open this template in the editor to get the import-ready JSON.