I have a hosted feature layer "TREEINSPECTIONS" that contains a related inspection table and associated photos. The photos are visible through Field Maps.
I have tried downloading the "TREEINSPECTIONS" feature layer, which includes the related inspection table but there are no photos included in the download. I am downloading as a FGDB. See image below.
Am I doing something wrong to get the photos?
Thanks
Solved! Go to Solution.
You'll need to run a script to extract the BLOB data from the table and create the image files. You can follow this workflow to do that.
https://support.esri.com/en/technical-article/000017450
When you download the fgdb, it should include all layers and tables unless you've specified otherwise with a query. The photo data is stored as BLOB data in the table with _ATTACH
You'll need to run a script to extract the BLOB data from the table and create the image files. You can follow this workflow to do that.
https://support.esri.com/en/technical-article/000017450
Thanks Katherine!
This worked perfectly!