Converting Oracle Reports (.rdf) to BIRT reports
问题 I have some Oracle Reports (.rdf) that I am considering converting to BIRT reports. Is there a way to convert .rdf files to BIRT report design files? 回答1: A fully automated solution is probably not possible. You can partially automate the conversion process as follows: Convert the RDF files to XML. Extract the report query. Convert the XML to BIRT (or JRXML) using XSLT. XML Conversion The first step is fairly simple, using Cygwin: cd /path/to/reports/ mkdir xml for i in *.rdf; do rwconverter