Hi nice people of C2! Need a little help, please.
I'm using a CSV table like this:
?JPG, TXT ,KIND,
cat, cat.jpg, cat.txt, cute,
puppy, puppy.jpg, puppy.txt, cute,
shark, shark.jpg, shark.txt, nasty?
With this I can nicely generate a list with a text box and picture for each animal, using ?for each row?. But what condition and how should I use it to generate a list with only the ?cute? animals. Thank you!