Help

The Community will be undergoing maintenance on Saturday January 11 at 11:59pm - Sunday January 12 at 11:59pm EST. For assistance during this time, please visit our Help Center.

Re: Import a CSV file - and override everything

769 0
cancel
Showing results for 
Search instead for 
Did you mean: 
meir
4 - Data Explorer
4 - Data Explorer

Hi there.
I tried searching the forum, but couldnt find relevant solution to this:

I am trying to upload a CSV file to the current airtable table.
I need the uploaded file to ovveride anything in the table except of the field types.
How do we do it?

1 Reply 1

Welcome to the community, @meir! :grinning_face_with_big_eyes: The default CSV import process won’t do this. However, this could be done using a custom script. The script would ask you to browse for a CSV file, then it would take the CSV contents and update the records appropriately. If you’d like help developing such a script, message me for more details.