Valentin Oliver Loftsson
Valentin Oliver Loftsson
Does the library support multiple `targets`? https://rml.io/docs/rml/tutorials/target/
Hello, I noticed a bug in this line: https://github.com/semantifyit/RocketRML/blob/ca8c3724dac16764a8d8d03722e732eba46a471b/src/input-parser/CSVParser.js#L28 It does not return an Array Bit of context: I'm trying to use the `ignoreEmptyStrings: true` parameter which results in an...
### Issue type: :bug: Bug ### Description The target is not mapped when we have a mapping with one target using shortcuts ### Steps **YARRRML:** ```yml mapping: person: subjects: -...
**Describe the bug** When I provide a `projection_model` to `FindMany.aggregate()`, that has the `id` property with an `alias="_id"` it fails to project with the following error ``` _id Field required...