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)
How to create a txt output in BIRT report
Birtnewbe
I have a requirement where i have to create a txt output when the report runs in erdpro it was easy open "file.txt" for output as #1
does this work still if so where do i place this code, please advice
Find more posts tagged with
Comments
mwilliams
There is a CSV emitter available for BIRT. Would that work for you?
Birtnewbe
Thanks Micheal. Do you have steps to follow to make it work or link? would that download all the columns from the result set or can i have option like print #1?
mwilliams
Sorry for the delay. There are a couple different CSV emitters. Take a look at:
http://www.birt-exchange.org/org/devshare/designing-birt-reports/1417-csv-emitter-plugin-for-birt/
AND
http://www.birt-exchange.org/org/devshare/deploying-birt-reports/866-using-the-csv-emitter-with-birt-2.3.0/
clairechanmyae
<p>Hi,</p>
<p> </p>
<p>I am newbie to BIRT. I'm now using Birt Version: 3.7.1. I need to generate .txt format file but what i can generate from birt is as below:</p>
<p> </p>
<p>doc, html, odp, ods, odt, etc..</p>
<p> </p>
<p>i wonder if there is any other way which can help me generte .txt format file from BIRT.</p>
<p> </p>
<p>Thanks</p>
mwilliams
<p>You could either write a .txt emitter plugin. Or you could just create a text file and write to it from the script of your report design.</p>