Closed cristianvasquez closed 5 months ago
Thanks for reporting. Unfortunately, we are unable to reproduce this issue on our end, as the transformation works with the following setup:
@cristianvasquez Note that this appears to be an eForms notice and specifically a pipeline issue, so this ticket should be moved to the appropriate project.
@Dragos0000 Please ensure the pipeline environment conforms to the above setup.
Note that RMLMapper v6.2.2 comes bundled with Saxon-HE v11.4:
<!-- Saxon Home Edition XML, XPath and XQuery parser API -->
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>11.4</version>
</dependency>
Atfer coordinating with colleagues, it appears that this issue is due to misuse of the pipeline. The operators have loaded incomplete mapping suite which were explicitly marked as alpha
tags, which are not supposed to be used.
This issue is related to https://github.com/OP-TED/ted-rdf-mapping-eforms/issues/28
Related issue: https://github.com/OP-TED/ted-rdf-mapping-eforms/issues/27
@Dragos0000 suggested to report in the corresponding mapping repository.
We are trying to transform some notices for a given day using https://github.com/OP-TED/ted-rdf-conversion-pipeline .
Some of them are failing with this the following error: