Book a Demo

Author Topic: Export class attributes in csv  (Read 6474 times)

MiniBlondie

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Export class attributes in csv
« on: May 30, 2017, 11:23:54 pm »
Hello,

Very basic question but I couldn't find the answer on the forum.

I would like to export some enumeration classes + attributes in csv format. I just can't find the option to select the attributes.
It seems such a basic feature that I can't believe it's not available. Is it? :-\

Thank you

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Export class attributes in csv
« Reply #1 on: May 31, 2017, 01:13:47 am »
You probably need to adapt the csv export script that comes along with the EAScriptingLib. Or you  use Geerts csv script (which would basically be the same effort).

q.

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 class attributes in csv
« Reply #2 on: May 31, 2017, 02:06:45 pm »
Use an SQL search and then export the results to CSV.
See https://bellekens.com/2011/01/14/harvesting-the-power-of-eas-sql-searches/ for some examples.

Geert