Franck Charras

Results 42 issues of Franck Charras

#### What Happens? At the time of executing [this instruction](https://github.com/morph-kgc/morph-kgc/blob/main/src/morph_kgc/materializer.py#L37) the dataframe `data` can contain `None` values, typically it happens when using xml and xpath. This step will transform the...

bug

The documentation [suggests that](https://morph-kgc.readthedocs.io/en/stable/documentation/#hierarchical-files) Xpath 3.0 is supported. However, I would like to create a template with an xpath looking like `{SOME/XPATH/(NODE/text(),'DEFAULT_VALUE')[1]}` so that if the node is not found,...

question