gtalarico / pyairtable

Python Api Client for Airtable
https://pyairtable.readthedocs.io
MIT License
765 stars 138 forks source link

CSV import #372

Closed edoublin1111 closed 3 months ago

edoublin1111 commented 4 months ago

Hi, I am going to import CSV using pyairtable. Is it possible?

mesozoic commented 4 months ago

pyAirtable doesn't expose any methods for this, but you can use the Api.request method to make calls directly to the Sync CSV Data endpoint. There are some prerequisites and constraints documented on that page.

hdoublin commented 3 months ago

I tried to upload my local csv file in airtable. Please check these screenshot.

image image

image

hdoublin commented 3 months ago

I need to upload csv like this way,

mesozoic commented 3 months ago

I'd recommend asking your question on the Airtable Community Forums. This GitHub project is an independent client library specifically for Python code to connect to the Airtable API.