Book a Demo

Author Topic: Export list of parameters  (Read 3151 times)

Peter Wright

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Export list of parameters
« on: March 13, 2013, 06:22:32 am »
Is there a way to export the parameters that I have added to a use case?  Ideally I would like to export to CSV as the end task is to create a summary list of what paramters are associated with which use cases and then group them by common parameter sets.  

The CSV Export Specification does not drill down to that level

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Export list of parameters
« Reply #1 on: March 13, 2013, 05:58:21 pm »
Peter,

I see three possible options
- Create a search that returns the fields you are interested in, and export the results to csv
- Use the API to create a little script or program to export the data you need into a csv file
- Query the database directly

Geert
« Last Edit: March 13, 2013, 05:59:20 pm by Geert.Bellekens »

OpenIT Solutions

  • EA User
  • **
  • Posts: 555
  • Karma: +9/-1
    • View Profile
Re: Export list of parameters
« Reply #2 on: March 15, 2013, 11:25:23 pm »
For sql join t_object.object_id on t_attribute.object_id (at least i think the t_attribute table holds params??)

Code assist is useful when writing sql type t_ and hit ctrl+space in the SQL editor to get a list of tables, select one and a list of columns will be displayed.  

Regards,

Jon.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Export list of parameters
« Reply #3 on: March 16, 2013, 02:05:19 am »
Quote
Is there a way to export the [highlight]parameters[/highlight] that I have added to a use case?  Ideally I would like to export to CSV as the end task is to create a summary list of what paramters are associated with which use cases and then group them by common parameter sets.  

The CSV Export Specification does not drill down to that level
What do you mean with parameters? Most likely its not attributes (and thus not t_attribute).

q.