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)
Flat file data set location
kretes
I wanted to have my csv-based report portable, so I checked the source of my report and found out that flat file data set is specified in a non-relative way, so I thought I would specify the location as it would be from the place where report sits. I put a 'flat' directory there, and tried:
<oda-data-source extensionID="org.eclipse.datatools.connectivity.oda.flatfile" name="CSVDS" id="61">
<property name="HOME">./flat</property>
or
<property name="HOME">flat</property>
but I get Cannot open the connection for the driver: org.eclipse.datatools.connectivity.oda.flatfile.
Cannot open flat file database under directory: ./flat
thanks!
BIRT 2.3.1
Find more posts tagged with
Comments
There are no comments yet