How Does Fivetran Handle Column Header Updates?
Question
I want to update a column header in a file Fivetran has already synced. How will Fivetran handle the change?
Environment
File connectors
Answer
When you update a column header in a file we have already synced, we do the following:
- Create a new column in your destination table reflecting the updated column header.
- Copy the existing data from the old column to the new column.
- Populate the new column with new data during subsequent syncs.
- Retain the old column reflecting the outdated column header, adding
null
values during subsequent syncs.