Hi All,
I’m having some issues with the Airtable python wrapper.
I am using the get_all function to export the table to python, do some filtering on the values and the fields, and I then want to load it back into another Airtable base. When trying to load the data back into the new base i am having a lot of errors for more than 10 columns saying the data for that column cannot be read.
All column types are single text so everything should be accepted as a value.
It looks like the main issue is with columns including commas and linked fields.
Has anyone had this issue before?
Thanks!