Import existing Glossar documents
2 answers
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
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
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