How to get search results from 2 columns in a csv file

Hi @midwest,

Just as a note - seems you’re mixing the “Data” and “Presentation” here. Formatting isn’t directly related to CSV in this solution. :slight_smile:

At the moment you have “Data”: a CSV file with a list of films, directors, descriptions.

So what you can achieve with Adalo:

  • create a data structure (Collection(s)) to store the information from CSV
  • upload a CSV and put the data into the collection(s). After this you’re not managing CSV anymore - you are working with the data stored in the your Adalo app’s database
  • then create a screen(s), which present/show your data to your users
  • and you can format the data presentation on the screens in various ways. For example, make the film title bold with 20px font, put the description into the rectangle, etc. etc.

I’d say that Adalo is quite easy to use, but anyway you have to learn and become a bit more technical when creating an app with it. It’s like driving a car - an easy task for lots of people, but anyway one needs to learn how to drive first :slight_smile:

If you didn’t do so, I would advice to visit help.adalo.com and read the basic tutorials there - they are easy to understand and can help a lot in future.

Best regards, Victor.