Hey all,
I have to upload about 15 thousand user profiles to my site. Each one has an image.
How can I get the image in there as pretty sure image dont work with CSV and Im not aware of any specific way to do this with Bubble.
Thanks
Hey all,
I have to upload about 15 thousand user profiles to my site. Each one has an image.
How can I get the image in there as pretty sure image dont work with CSV and Im not aware of any specific way to do this with Bubble.
Thanks
Do you just have the image file or do you have the images already stored somewhere and can access the image link from the location it is stored? If you already have the image stored and a link for it, you can upload them via CSV I beleive.
I have managed to upload them to a cloud storage and have the url for each.
I have the image URL against each user record
I Think I need some sort of workflow to retreive the file after the CSV is uploaded
I bubble all you need to display an image in an image element is the URL of the image stored in a database that allows the retrieval of the image (ie: it is not locked or private). You can simply use that URL you have instead of uploading the images to your Bubble file manager. But, I think that if you use the URL in a csv upload, the images will go to file manager anyway (I’m not sure)
Thanks. I ran a google spreadsheet scrip to generate all the public image urls for the csv.
Then had to make a backend workflow to run on every new profile creation to pull in the file and set as image.
Really long winded and awkward exercise but better than doing 15000 manually.
Maybe a good feature for Bubble to allow people to include image in uploads somehow.
We can already. Just use the file url as text and upload the text as that is all we need to display the image since it doesn’t need to be in the file manager
This topic was automatically closed after 70 days. New replies are no longer allowed.