Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Risikat on July 10, 2012, 10:53:51 pm
-
I want to generate .csv reports in EA using the command line. How would I go about doing that?
-
As written in the other thread: create a little script doing the job and make it available on the command line.
I have not explicitly written how to do that, but you will find the basics in my Scripting book.
q.
-
Maybe you would like to see the result of your .csv report in Excel...
I'm doing it this way:
- generating RTF report as a single table
- selecting all table in MS Word
- copy&paste that table to MS Excel (no more than 16 columns)
I think is a little simler than .csv report.
-
If you write to the window that keeps a log using the CSV format you can simply cut and paste it into a spreadsheet - basic but it works.