Upload multiple entries data from CSV

Hi Adalo Community!

I am uploading data (Events) in a database with a CSV file, and one of the fields have multiple entries (Artists) and I would like to match it with another database collection (Artists). However when I am doing the upload this field (Artists) does not appear I guess because it has multiple choice/entries possible.

Does anyone know how I can do ?

Thank you in advance for your help :slight_smile:

Nicolas

Hello, if there’s a relationship between the (Artists) collection and the (Events) collection and you’re importing the CSV file in the (Events) collection, it won’t work, because the CSV file doesn’t read the relationships. So in order to do so, you can create an id property where you can relate between these two collections in case you want to upload it with a CSV file.