Hi
I'm already using some of the arcpy modules to set my configuration values in the UN model including the ImportRules_un module. I'd like to also set my edge connectivity settings but it seems the module only caters for importing one at a time - is there a way to do this as bulk upload? Help or advice is appreciated, Olivia
Solved! Go to Solution.
You are correct that the tool only allows this one asset type at a time. To handle this, I typically write and run a Python script to assign the edge connectivity policy to the asset types I want.
You should take a look at this thread : https://community.esri.com/t5/arcgis-utility-network-questions/bulk-terminal-updates/m-p/1355405#M31...
Or if you are trying to import rules, you can take a look at the "matrix import" tool from the Utility Data Management Support Toolbox
You are correct that the tool only allows this one asset type at a time. To handle this, I typically write and run a Python script to assign the edge connectivity policy to the asset types I want.