I have an existing table with 800+ records (imported from a CSV). Now, I’d like to add an image for each record (import from a folder of PNGs–with matching file names). Is there a way to do this in bulk?
Example Records:
Name, Type1, Type2, Image
Abomasnow, Grass, Ice, [to add: abomasnow.png]
Aerodactyl, Rock, Flying, [to add: aerodactyl.png]
Aggron, Steel, Rock, [to add: aggron.png]
etc.