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)
Does BIRT supportsText Analytics?
ngvenkates
Hi,
I am new to BIRT. Can some one please tell me does BIRT supports generating report from unstructered data like file contents, wiki pages etc.?
Thanks,
Venkatesh
Find more posts tagged with
Comments
Virgil Dodson
Hi Venkatesh,<br />
<br />
BIRT has support for a Scripted Data Source. With the scripted data source, you can do whatever you need to do in Java or Javascript and then return data for the report to display. Some examples I've seen were using the scripted data source to list the directory contents of the MyPictures folder (enclosed)... or a simple Java class using the e.Spreadsheet Engine APIs that listed the contents from an Excel spreadsheet.<br />
<br />
You can find a simple Scripted Data Source Example at <a class='bbc_url' href='
http://www.birt-exchange.com/devshare/designing-birt-reports/255-birt-scripted-datasource-example-design/'>http://www.birt-exchange.com/devshare/designing-birt-reports/255-birt-scripted-datasource-example-design/</a>
;