I have data set for Brand Logo and I am displaying Brand image in my repeating group.
Brand Logo - Data Field type Image
Excel file contains brand name and Brand image file
I convert the Excel into Comma delimited
Import data in Bubble
Map fields Brand name and Brand logo
Upon successful upload the data in data base looks like this.
Could you please suggest best way to bulk import image file alongside other data elements. I will have more columns in the CSV than just these 2.
Thanks for recommendation
Here is a method that I wrote out earlier today. If the file names are the brand names, you could create a simple page with a multi file uploader and a button. Add all the images to the uploader and use the workflow outline in that post. When creating the object, just use the file name as the brand name.
What exactly is “Brand image file”? Is it a URL to a remotely hosted image, or is it something else? When you look at the CSV, what do you see for that field?
That might not work. As I recall, Google Drive does not support hosting images for use within the context of a web page - i.e. you can’t reference images on Google Drive from the src attribute of a <img> tag. And if you can’t reference the image directly, the bulk import probably won’t work.
Yes.
If your Bubble plan supports it, you can use the Bulk Action feature (Data → App data → Bulk button) and then invoke :saved to S3 in the workflow. That essentially “pulls” the remote image into Bubble storage.
Be forewarned, however, that, depending on the size and number of images, you can quickly chew through your [pricey] Bubble storage rather quickly.