Hi!
TLDR: I need to download images from text fields with URLs in a feature class, all sorted by their related address and I am not sure how I could run this process
I am not sure if this is the right community to post this in, but I am starting here since I hope to accomplish this using Pro if possible.
I have a feature class with multiple text fields that hold URL links to an image. I am hoping to download these and store them for record-keeping purposes. These are NOT in a related table, just fields in feature classes. I would need to sort these images together to the right information (in this case, an address).
The steps I would need to do are:
- Get images from the text field to download.
- sort information into folders on my hard drive (hopefully like Street > house number > images with field name as image name)
Has anyone done something like these before where attachments were not actually attachments just links through URLS? I know this Esri article exists, but it looks like that is for images added through attachments and not in a URL link.
Thanks in advance for any help!