Hi,<br />
<br />
I've downloaded the CSV emitter from actuate (<a class='bbc_url' href='
http://www.actuate.com/products/products-resources.asp?ArticleId=11719)'>http://www.actuate.com/products/products-resources.asp?ArticleId=11719)</a>, renamed the zip file to .jar and dropped it in platform/plugins.<br />
<br />
I then added that jar to my build path and created a CSVRenderOption object.<br />
<br />
But when I try to render my report to CSV, I get the following exception:<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
18-Aug-2008 15:41:09 org.eclipse.birt.report.engine.api.impl.RenderTask render
SEVERE: An error happened while running the report. Cause:
org.eclipse.birt.report.engine.api.UnsupportedFormatException: The output format CSV is not supported.
at org.eclipse.birt.report.engine.api.impl.EngineTask.createContentEmitter(EngineTask.java:1084)
at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:428)
at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:167)
</pre>
<br />
I'm assuming there is a further step to associate the emitter and render so the engine knows what emitter to use for the given render option, but cannot find any documentation on this?<br />
<br />
Any suggestion welcome at this stage! :-)<br />
Cedric