I have a table of image paths and descriptions. There can be duplicate values in the image path field with different descriptions of each.
ie)
monkey.jpg | Monkey on a tree
monkey.jpg | Monkey sitting in a tree
car.jpg | A red car
car.jpg | A sweet red car
Now my question is, how can I select just the first image path and description if there is multiple image paths, does this make sense? In the example above, I just want to select "monkey.jpg" with "Monkey on a tree" and "car.jpg" with "A red car".
Any help would be greatly appreciated!
Chris
ie)
monkey.jpg | Monkey on a tree
monkey.jpg | Monkey sitting in a tree
car.jpg | A red car
car.jpg | A sweet red car
Now my question is, how can I select just the first image path and description if there is multiple image paths, does this make sense? In the example above, I just want to select "monkey.jpg" with "Monkey on a tree" and "car.jpg" with "A red car".
Any help would be greatly appreciated!
Chris