updating several specifications using a loader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
updating several specifications using a loader
We have the following need : uploading several hundreds documents related to parts, which are updates of existing documents. Is there a way to use a standard loader ?
Thanks
Solved! Go to Solution.
- Labels:
-
Document Mgmt
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you leave version and iteration tags empty and the document exist in windchill LoadFromFile will create new document iteration (if exist 4.2 -> new is 4.3). Of course you need to know existing document number.. And if the document is new LoadFromFile will create new document which version is 1.1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @L.Leprince
Do the WTDocuments exist in a Windchill ?
If not you can use a LoadFromFile function from a windchill shell where the input is in xml format.
This loader is not userfriendly but it is possible to use it.
You can find more information in the article cs355118
very useful is a csvmapfile.txt in <wthome>\loadFiles\csvmapfile.txt
The file contains general methods what can be converted from csv to xml for loading and contains all parameters that should be defined as a input..
PetrH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @HelesicPetr ,
The WTDocuments already exist in Windchill.
Sometimes, we receive many documents which are identified as updates.
Can I still use the LoadFromFile loader ?
Thanks for your reply !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you leave version and iteration tags empty and the document exist in windchill LoadFromFile will create new document iteration (if exist 4.2 -> new is 4.3). Of course you need to know existing document number.. And if the document is new LoadFromFile will create new document which version is 1.1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
And yes you can link existing documents to the parts via LoadFromFile.
