Jul 14, 2020 11:19 AM
I have of data that you want to import in one fell swoop and I have a bunch of photos that relate to each record of that tons of data. Whats the most efficient way of getting all the data and images up?
Solved! Go to Solution.
Jul 17, 2020 10:14 AM
Great question! We provide a few different ways to import data into a base (these options do not import attachments)
Import a .csv file into a new table in an existing base
Import a .csv file into a new base, as the first table
use the csv import block to add data to an existing table (this feature is included in our Pro plan))
use a third party service, like zapier, to integrate data/automate import. To get started with building a Zapier integration for Airtable, I’d recommend taking a look at this guide.
You can bulk upload attachments (and create a new record per attachment) by dragging the files over the Add Record Button in a gallery view . You can create a gallery view by clicking on the name of the current view and then clicking Gallery.
You may want to bulk upload images first and then use the import block for the data!
Jul 17, 2020 10:14 AM
Great question! We provide a few different ways to import data into a base (these options do not import attachments)
Import a .csv file into a new table in an existing base
Import a .csv file into a new base, as the first table
use the csv import block to add data to an existing table (this feature is included in our Pro plan))
use a third party service, like zapier, to integrate data/automate import. To get started with building a Zapier integration for Airtable, I’d recommend taking a look at this guide.
You can bulk upload attachments (and create a new record per attachment) by dragging the files over the Add Record Button in a gallery view . You can create a gallery view by clicking on the name of the current view and then clicking Gallery.
You may want to bulk upload images first and then use the import block for the data!
Jul 17, 2020 12:13 PM
Welcome to the community, @meaghan_curran!
Yes, this is a little bit tricky, but it can be done.
The primary requirement would be that your photos must have a URL associated with them. If so, then you could either use Integromat or Airtable’s API to get the photos attached to their appropriate records, or you could use this extension, which would likely be the easiest way to go:
If your photos don’t have URLs associated with them, I’m not 100% sure what the best methodology would be to link your photos to your records, but perhaps someone else will have some good ideas for that scenario!