Hi,
I have AGS11.3 + UN v7 on Oracle DB. I need import un association. I have csv/excel based required by tool Import Association. Import Association work fine on file geodatabase un.
CSV example:
| ASSOCIATIONTYPE,FROMFEATURECLASS,FROMASSETGROUP,FROMASSETTYPE,FROMGLOBALID,FROMTERMINAL,TOFEATURECLASS,TOASSETGROUP,TOASSETTYPE,TOGLOBALID,TOTERMINAL,ISCONTENTVISIBLE,PERCENTALONG |
| Containment,StructureJunction,Pozzetti,Cameretta di ispezione,{450CCDC5-24AA-4018-9001-793E856513CB},,AqDevice,Valvole,Valvola di rete,{5679CD23-D8EC-44DA-95C5-87632E35D40E} ,,False, |
Now, I need import association directly on un feature service. is there a py script/tool that I can use?
It's possible (https://developers.arcgis.com/rest/services-reference/enterprise/appendix-working-with-the-feature-server-utility-network-server/) and I would like use a *.py script within pro to do this operation.
Thank you