Hello, I have a folder of photos with filenames that contain pointid's (e.g. 123456_photo1.jpg). Each point may have more than one photo associated with it. So there may be many photos containing the same point id in their name. I'd like to create a list of photos per point and assign the list to a field and write to geojson.
I tried using the tester and feature merger but I can't seem to get it to work.
I basically want for every point id, check if the filename contains the point id, add photo file name to list, then assign list to field called 'photos'.
Thanks!