Home
Analytics
generate report in txt format
viky4frnds
<p>Hi,</p>
<p> </p>
<p>I have a requirement to generate the report in .txt format. I am using BIRT Runtime 3.7.1.</p>
<p> </p>
<p>how can i achieve this?</p>
<p> </p>
<p>Thanks in advance</p>
Find more posts tagged with
Comments
Zorawar
<p>You would need to write a custom emitter to output the required format.</p>
<p>This link describes the process in some detail, <a data-ipb='nomediaparse' href='
https://www.ibm.com/developerworks/library/ba-birt-emitter/'>https://www.ibm.com/developerworks/library/ba-birt-emitter/</a></p>
;
<p> </p>
<p>The link describes it for XML, but the steps should be similar for text format as well.</p>
<p>The important thing is that it illustrates the extension mechanism and interfaces/classes involved in writing a new emitter.</p>