I have a DGN with linked word/excel/pdf documents and I am wanting to extract the filenames and connect to the relevant geometry within GIS. When I open the DGN in MicroStation I can see the linked documents but when I open in FME Inspector, they disappear. See attached image of links in MicroStation. I thought they may be pulled through into a 'linkage' field but they don't look to be.
Solved
Is it possible to extract linked documents from a DGN into GIS?
Best answer by daveatsafe
Hi @oli2wd,
The file linkage information can be found in the DGNV8 format attributes igds_xattributes{}.fullPath and igds_xattributes{}.fileName. It will take a little text manipulation to get clean file and path names out of these attributes, but this can be done using regular expressions in StringSearcher transformers:
I am attaching a workspace to illustrate the process.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

