Community
Vault Forum
Welcome to Autodesk’s Vault Forums. Share your knowledge, ask questions, and explore popular Vault topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Accessing "custom fields" from an XML document

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
151 Views, 3 Replies

Accessing "custom fields" from an XML document

I want to add documents from a CAD/CAM system into the Vault. I would like some or all of the metadata stored with the documents to be visible in "custom views". The metadata is stored as elements within an XML document (although with a .drg rather than a .xml extension). Is this possible, and if so, how?
3 REPLIES 3
Message 2 of 4
mattmas
in reply to: Anonymous

Vault uses IFilters on the server to determine what contents in the file become "meta-data"...

So you might have to develop your own IFilter to make that work...
Message 3 of 4
Anonymous
in reply to: Anonymous

This will take some programming, aside from "full content" searching. What
you want to look into is MS' "iFilter" mechanism, which is, in part, what
the Windows Indexing Service is based on.

Here's a link that can get you started:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/indexsrv/html/ixrefint_9sfm.asp

Basically, you would register an iFilter for your file type (on the server),
and then as files are added/updated, the Vault server would automatically
call the filter to obtain property definitions and values.

Jeff

wrote in message news:5140170@discussion.autodesk.com...
I want to add documents from a CAD/CAM system into the Vault. I would like
some or all of the metadata stored with the documents to be visible in
"custom views". The metadata is stored as elements within an XML document
(although with a .drg rather than a .xml extension). Is this possible, and
if so, how?
Message 4 of 4
Anonymous
in reply to: Anonymous

Thanks - that looks exactly what I'm looking for. I'll give it a try...

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report