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 generation in BIRT
Bsundar
Hi,
I am trying to generate the CSV generation report in BIRt.I have imported the CSV renderoption.java fiel also the csvemitter plugin also.When i try to run its saying Unsuppoerted File format.
CSVRenderOption csvOptions = new CSVRenderOption();
String format = CSVRenderOption.OUTPUT_FORMAT_CSV;
System.out.println("output "+format);
csvOptions.setOutputFormat(format);
csvOptions.setOutputFileName("D:/csvTest.csv" );
task.setRenderOption( csvOptions );
System.out.println("finished"+csvOptions.getOutputFormat());
task.run();
task.close();
Pls help me
Find more posts tagged with
Comments
mwilliams
Hi Bsundar,
Where did you place the CSV emitter plugin?
mwilliams
Maybe this will help with the install:
http://www.birt-exchange.org/org/forum/index.php/blog/10/entry-46-using-csv-emitter-with-birt-2-3-0/