Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
CSV and PDF output using the same report design
hgk
Hi All,
I have a report design that contains some tables and charts. I am currently generating pdf reports. But I want to generate CSV report using the same report design. I want to see all the tables in the csv file. I tried using CSVDataExtractionOption but looks like it works only if there is one table in the report design. Is xls format only option for me? Are there any other emitters that generate CSV files if there are multiple tables in the report design?
Thanks,
Bindu
Find more posts tagged with
Comments
johnw
There is a CSV emitter in the DevShare. It was submitted as the last Getting Started with BIRT Contest.
hgk
I think you are talking about the CSV emitter at
http://www.birt-exchange.org/org/devshare/designing-birt-reports/1417-csv-emitter-plugin-for-birt/
You can only export one table with this. I am looking for csv emitter that can export all the tables in the report.
johnw
The link to the source is provided. You can modify it to export all tables with an iterator through the results of the DataExtractionTask.