Upload CSV with list of images

Hello,

I have uploaded a CSV that contains many fields, one of which is a list of images. I have about 800 lines in the CSV and about 4 images per line.

I have used the Multi-File Uploader - Dropzone to upload the pictures and done to following search to try to match the pictures to the database, but it doesn’t seem to work:

Is what I am trying to do possible? I guess that I would have to update the image path in the database, but I am not sure of how to do this.

I have only found a workaround using an API call to box.com. Guide to upload CSV and add to database
@romanmg

Thank you in advance for your help.

1 Like

I think that I figured it out… It’s actually pretty straight forward actually. I created a table for the images, and I will update the CSV before uploading it back.
image