Generate Attachment Match Table

806
3
01-13-2022 03:46 PM
LieslDe_Swardt1
New Contributor III

Hi Everyone,

I used to be able to generate an attachment match table such as the below:

MatchIDFilename
1EC0020_Report 1
1EC0020_Report 2
1EC0020_Report 3
1EC0020_Report 4

 

My feature class to which attachments was linked only had EC0020 in it, but it still managed to search through my folder and generate my attachment match table based on all the documents it found with a EC0020 in it. However, I am trying to do this now, and I keep getting an error saying my attachment table is empty. I have checked and when I make my document name EC0020, then it picks it up, but obviously you cannot have 4 documents with the exact same name. Can anyone please assist?

0 Kudos
3 Replies
anbinh
by
Occasional Contributor

Hi Liesl,

I have also tried on the latest version of ArcGIS Pro (10.9.1), I do not think what you want there (approximate match) is being supported anyway through the "Generate Attachment Match Table" tool. You may also have read the documentation,  it only has something around various file extensions matching, but not to the file name.

I actually think it quite makes sense to only do the "exact match", imagining you also have "EC00201"  which may be a total different object, but it would be matched in your expected case. 

To achieve what you want, I think you need to go for Python to use some regular expressions to do the matching as you want. 

It may not help, but good luck with your further exploration.

 

Thanks,

Anbin

 

0 Kudos
LieslDe_Swardt1
New Contributor III

Hi Abin, this is a bummer. Did the exact same in 2019 and it worked perfectly fine. 

0 Kudos
ROMANFILOZOF
New Contributor III

Hello,

Have the same problem. I can generate expected Match Table in ArcGIS Desktop 10.8.1, but not in Pro.

Did you succeeded with this issue?

0 Kudos