How to automate adding attachments to point features

348
1
08-28-2023 09:27 PM
ShantanuVerma
New Contributor

Hello everyone!

I am new to ArcGIS and working on a project that involves adding a PDF attachment to each point feature. There are many of these point features, so I am wondering how to automate this tedious process of adding these attachments to each point feature?

I have looked into using Python to facilitate the automation process, but I want to be sure that I look into all of my available tools within ArcGIS Online first. Please and thank you. 

0 Kudos
1 Reply
MobiusSnake
MVP

The ArcGIS API for Python is the way to go, specifically the "add" method of the AttachmentManager class:

https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#attachmentmanager