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)
Exporting Text
brunocobra
It's possible to export a Report in text format? If yes, how?
I'm needing this urgently, if someone have an ideia, please tell me! Hehe
Find more posts tagged with
Comments
mwilliams
Hi brunocobra,
Do you mean a .txt file or would .csv work as well?
brunocobra
Unfortunately, I need a txt file, because I'll have to print this in a matrix printer...
brunocobra
I found an possible solution, but still need help to make. It's these:<br />
<br />
I discovered an Apache Project called FOP (<a class='bbc_url' href='
http://xml.apache.org/fop'>Apache
FOP</a>) that converts a Formatting Objects (FO) file to various other formats (like txt, that's what I need).<br />
So, my ideia was create my own Birt Servlet to take the .rptdesign file and convert, through FOP, to a txt file.<br />
<br />
My WebReport.java, that I created following tutorial (<a class='bbc_url' href='
http://wiki.eclipse.org/Servlet_Example_(BIRT)_2.1#Setup)'>Servlet
Example (BIRT) 2.1 - Eclipsepedia</a>, works generating HTML and PDF, but when I tried use HTMLRenderOption.OUTPUT_FORMAT_FO, it's doesn't work. It returns these message: "The output format fo is not supported."<br />
<br />
Why?!?! Please, it's not possible that I'm the unique Birt's user that has this question.<br />
<br />
Sorry for my English and waiting any light...
tinujoseph
hi brunocobra
Are you able to find a solution to generate .rptdesign to.txt format file?
I am also new to BIRT, i am able to generate report in PDF format . But i need .txt also.
Are you able to rectify the issue regarding for Apache Project called FOP (Apache FOP)?
Please Advice.
Thanks in Advance
tinu