Book a Demo

Author Topic: Exporting non-standard element fields to CSV  (Read 2790 times)

karel deman

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Exporting non-standard element fields to CSV
« on: July 09, 2012, 07:21:27 pm »
How is it possible to export to CSV some non-standard element fields? For instance I would very much like to export the file path (related node) of a requirement.


Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Exporting non-standard element fields to CSV
« Reply #1 on: July 09, 2012, 08:41:57 pm »
Karel,

Unless you write some sort of script or addin, I think the only feasible way is to write an SQL-Search that returns the data you are looking for. From search results you can then copy/paste in a text file.

Geert