HOW TO

Attach the same file to all features simultaneously

Last Published: April 25, 2020

Summary

There is a way to attach the same file to all the features in the dataset in ArcMap without having to search for the file feature-by-feature, or attach the file to each feature individually. This is especially useful if the project involves thousands of features.

The following workflow describes how to attach one file to all features within a feature class. This includes PDFs and images, however this tutorial shows an example with a .jpg. The workflow does not change between file types.

Procedure

Note:
As a best practice, place all data such as the map document, geodatabase, and attachment files in one folder. In this folder, create another separate folder to store the desired file to be attached. This is required for the following workflow.
Place all data in one folder.
  1. Prepare the feature class for attachments.
    1. Open the map document containing the feature class for the adding of attachments.
    2. Ensure the file does not currently have attachments enabled. If the attachments are enabled, disable the attachments within the Catalog window by right-clicking the feature class > Manage > Delete Attachments.
    3. Load the feature class in the map.
    4. Open the attribute table of the feature class by right-clicking the layer in the Table Of Contents > Open Attribute Table.
    5. Add a new Text field to the attribute table with the same name as the file the user wants to add as an attachment. (For example, if the file name is "little_pug.jpg", the field header is named as "little_pug".)
      Add new Text field
    6. Start an edit session on the feature class.
    7. Run the Field Calculator on the new field created in (Step e).
    8. In the Field Calculator dialog box, ensure the VB Script button is selected as Parser.
    9. Type the name of the column header enclosed in double quotes. The column header in the field and each attribute within the field must share the exact same name as the file the user wants to attach.
    10. Save the edits.
      Field Calculator
      The column header in the field and each attribute within the field must share the exact same name as the file user wants to attach.
  2. Create and prepare the attachment match table.
    1. In the Catalog window, right-click the feature class > Manage > Create Attachments. This creates an attachment table and relationship.
      Create attachments
      Note:
      The attachment table is not used in this workflow, therefore it is safe to ignore the table.
      
    2. Open the Generate Attachment Match Table tool.
      1. Select the layer for Input Dataset.
      2. Set the folder where the attachment file is located as Input Folder.
      3. Select the field created in Step 1(e) for Key Field.
      4. Save the table in the same geodatabase where the feature class is located.
      5. Uncheck the Store Relative Path check box, and click OK.
        Unchech the Store Relative Path check box in the Generate Attachment Match Table tool.
        A table containing two fields; MatchID and Filename, is created. The path to the attachment file is under the Filename field for each feature.
        User-added image
  3. Add the attachments using the Add Attachment tool.
    1. In the Catalog window, navigate to Data Management Tools > Attachments > Add Attachments.
    2. Select a layer for Input Dataset.
    3. Select OBJECTID for Input Join Field.
    4. Select a layer for Match Table.
    5. Select MatchID for Match Join Field.
    6. Select Filename for Match Path Field, and click OK.
      User-added image
      The same file is added to each feature and attached to every attributes in the feature class.
      User-added image

Article ID:000013909

Software:
  • ArcMap

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic