CitadelOnTheMove / converter-lib

CITADEL on the move - The Converter java library
0 stars 0 forks source link

Error while converting dataset #11

Open Facyla opened 10 years ago

Facyla commented 10 years ago

After the semantic mapping step, the converter returns following message, and JSON generation fails :

com.github.fge.jsonschema.core.report.ListProcessingReport: failure --- BEGIN MESSAGES --- error: ECMA 262 regex "^(-?[1-8]?\d(?:.\d+)?|90(?:.0+)?) (-?(?:1[0-7]|[1-9])?\d(?:.\d+)?|180(?:.0+)?)$" does not match input string "FAILED FAILED" level: "error" schema: {"loadingURI":"#","pointer":"/properties/dataset/properties/poi/items/properties/location/properties/point/properties/pos/properties/posList"} instance: {"pointer":"/dataset/poi/27/location/point/pos/posList"} domain: "validation" keyword: "pattern" regex: "^(-?[1-8]?\d(?:.\d+)?|90(?:.0+)?) (-?(?:1[0-7]|[1-9])?\d(?:.\d+)?|180(?:.0+)?)$" string: "FAILED FAILED" --- END MESSAGES --