[kepler-dev] [Bug 3890] - EML 2 Dataset has trouble with a certain data table
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Mon May 11 17:21:23 PDT 2009
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3890
leinfelder at nceas.ucsb.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|tao at nceas.ucsb.edu |leinfelder at nceas.ucsb.edu
------- Comment #1 from leinfelder at nceas.ucsb.edu 2009-05-11 17:21 -------
Found that "tab delimited" datatables from Morpho are using "#x09" as the
character. This does not work with the HSQL TEXT TABLE feature.
Added a new mapping to the config.xml file so that "#x" prefixes are changed to
"\u00" as supported in hsql.
Note: need to add this to any and all config.xml files that we plan on using
(at least until the configurations become more centralized.
I changed the config.xml in the following modules:
-common
-reporting
-workflow-run-manager
-wrp
More information about the Kepler-dev
mailing list