You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
15:29:02.580 [main] ERROR be.ugent.rml.cli.Main .run(442) - For input string: "one"
java.lang.NumberFormatException: For input string: "one"
I am using RMLMapper 7.3.0.
I would expect the following values to be serialized for schema:name: "two" and "three" (since param_int_i_from is 1 and the first element has the index 0).
Hi there,
I've tried to use the
grel:array_slicefunction (https://users.ugent.be/~bjdmeest/function/grel.ttl#array_slice, https://openrefine.org/docs/manual/grelfunctions#slicea-n-from-n-to-optional) on a JSON input array. It results in an error message:I am using RMLMapper 7.3.0.
I would expect the following values to be serialized for
schema:name: "two" and "three" (sinceparam_int_i_fromis 1 and the first element has the index 0).Data:
{ "id": "unique", "name": ["one", "two", "three"] }Mapping: