Hi community! I've been trying to formulate an efficient workspace that would:
- Extract feature service URLs from an excel sheet (many have the item ID number at the end)
- Download the GIS data from each feature service
- Transform the idea with typical cleaning up
- Write out to a file GDB on a local server drive
For steps 1 and 2, I've been experimenting with HTTPCaller and FeatureReader but haven't yielded a successful extraction yet. I think 3 and 4 will be straightforward, but if there any any suggestions (specifically with getting from 1 to 2) welcomed, and appreciate any feedback in advance!