Skip to main content

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?

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.


Reply