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
I'm trying to apply a YARRRML Condition in the subject. It should only create a subject on a specific condition, but the parser throws an ??? error from input-parser/parser.js. It seems the termType rr:IRI in subjectMaps are not (yet) supported?!
Hello
Unfortunately yarrrml conditions are currently not supported. In RML they transform to nested functions, which aren't supported.
Only yarrrml join-conditions are supported (since they are a special condition case)
If the only condition you need is to check if a field is set you can use the json-path filter feature (see https://www.npmjs.com/package/jsonpath-plus for json-path examples)
I'm trying to apply a YARRRML Condition in the subject. It should only create a subject on a specific condition, but the parser throws an
???
error from input-parser/parser.js. It seems the termType rr:IRI in subjectMaps are not (yet) supported?!An example mapping to reproduce this error is:
Is there another way to apply conditions on subject generation?
The text was updated successfully, but these errors were encountered: