It's all about the answers!

Ask a question

Import existing Glossar documents


eduard erhart (46138) | asked Mar 15 '10, 11:50 a.m.
Hi,

is there a way to import existing glossary data into an RRC glossary artifact?

(from Word, XLS, ...)

2 answers



permanent link
Daniel Moul (5.0k1318) | answered Apr 14 '10, 7:55 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
is there a way to import existing glossary data into an RRC glossary artifact? (from Word, XLS, ...)


There is no push-button facility currently in RRC to do this, but here are some possible ways to do it:

1. Create a small glossary, download it as a set of files (or perhaps even better as a RRC archive), then look at the artifact and manifest files and follow the pattern to create a your own archive for uploading.

2. Do this pro grammatically following the example in the sample code as explained here.


Daniel

permanent link
eduard erhart (46138) | answered Oct 08 '10, 10:07 a.m.
Yes, the pro grammatically way does work if the following adaptions to the sample code are used:

1) creationService.setMimeType("application/x-com.ibm.rdm.ba.term+xml");
2) creationService.setArtifactContent has to be set with content as you can get when downloading a single term into a single file using the composer GUI

thx

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.