Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Risikat on July 10, 2012, 10:53:51 pm

Title: I want to generate .csv reports in EA
Post 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?
Title: Re: I want to generate .csv reports in EA
Post by: qwerty on July 10, 2012, 11:50:08 pm
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.
Title: Re: I want to generate .csv reports in EA
Post by: Exart on July 11, 2012, 09:21:46 pm
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.
Title: Re: I want to generate .csv reports in EA
Post by: wikitect on August 02, 2012, 03:55:03 am
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.