Hey,
I have a very large arcgis online webmap that has been developed and refined over the course of the last couple of years. I am wanting to get the schema for these various different features into an excel sheet.
The 'Generate Schema Report' tool when used on a single feature is able to output exactly what I am looking for in an appropriate format when cleaned up a little bit.
Is there a way that I can use this on more than one feature at a time and to have it output a single excel sheet summarizing the entirety of my project. In a vein attempt to make this work I tried doing a batch version of the tool, but it was only able to output a table for a single feature.
@Randomapper I use Generate Schema Report on a regular basis on large models. I have observed the HTML report format generates quickest and has the smallest file size.
There could be various environment factors including access/network connectivity, since you mention performance lag. Some users also face issues due to anti-virus scans running against DB queries from apps like ArcGIS Pro.
Are you able to generate a XML schema? A workaround could be to create a fGDB from the XML and generate schema report against the fGDB. That way, you cut out the network latency, environment factors.
Feel free to open a tech support case, if you are willing to share with them a DB backup.
Thank you so much, that is a great tip to try it on an XML schema. I will give it a shot.