Created by

Created by: Jonathan || jon-n8n

Jonathan

Last update

Last update a year ago

Categories

Share


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