Book a Demo

Author Topic: Importing Glossary Terms  (Read 3554 times)

mlac

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Importing Glossary Terms
« on: November 19, 2006, 06:38:54 pm »
I am a new EA user and am have been trying to  import CSV files to populate the EA Project Glossary and Project Issues.

Is this possible?  Do I have to use the automation interface? Or develop a custom SQLServer script?

The thought on manually entering hundreds of items is a bit daunting.....so any help is appreciated!

Cheers,
Martin
« Last Edit: November 19, 2006, 06:40:35 pm by mlac »

thomaskilian

  • Guest
Re: Importing Glossary Terms
« Reply #1 on: November 20, 2006, 12:18:58 am »
Martin,
import/export of the Glossary is possible via XML (see Tools/Im-/Export refrence data).

Also you can import the glossary directly in EA's database. EAP files are MS Access databases. You will find the table names rather self-explanatory (you even can reverse engineer a database and analyse it with EA itself). From memory the glossary's table is named t_glossary.

Similar goes for Issues.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Importing Glossary Terms
« Reply #2 on: November 20, 2006, 11:38:03 am »
Since I keep tripping over this myself, I'll add that the items in question are listed as "Project Glossary" and "Project Issues." You'll find these in the list offered by the Tools | Export Reference Data dialog.
No, you can't have it!

mlac

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Importing Glossary Terms
« Reply #3 on: November 20, 2006, 01:11:07 pm »
Thanks for your suggestions.....but I need a bit more advice on each:

1. How do you convert a table of glossary items (residing in a CSV file) into an XML file ready for importing?

2. How do you view/access EAP tables via MS Access?

Cheers,
Martin

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Importing Glossary Terms
« Reply #4 on: November 20, 2006, 01:54:43 pm »
1. If you export the glossary using the command "Tools | Export Reference Data" then open the output in a text editor you will be able to see the XML format expected for the import. The same applies for exporting the issues.

2. An .eap file is a renamed .mdb file. Just open it!
The Sparx Team
[email protected]

thomaskilian

  • Guest
Re: Importing Glossary Terms
« Reply #5 on: November 20, 2006, 02:28:49 pm »
Alternatively define an MS Access ODBC source pointing to any .EAP file.