Hi all,
I have a table of images from a shared hosted feature service which I was able to extract to a folder locally through a script available online. However, this script just extracted the images with the image title
ie. image0-20210902-154626 and so forth
I also have a related point feature class for this table where each point has an image attached to it. What I would like to do is extract the images but use a field in the feature class as a name for each image instead of
image0-20210902-154626 or
field name + image0-20210902-154626
Is there a way to do this?