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
{{ message }}
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
Mapper parses the IATI XML structure and loads the elements into Neo4J as nodes.
With IATI 2.01, it is now possible to have multiple text nodes, for example:
<title>
<narrative>The title in English</narrative>
<narrative xml:lang="fr">La title en francais</narrative>
<title>
With the current Mapper,only the last node gets loaded. I wonder if this is because Neo4J cannot distinguish between two nodes both called "title.narrative". Even importing the xml:lang property doesn't help.
The text was updated successfully, but these errors were encountered:
Mapper parses the IATI XML structure and loads the elements into Neo4J as nodes.
With IATI 2.01, it is now possible to have multiple text nodes, for example:
With the current Mapper,only the last node gets loaded. I wonder if this is because Neo4J cannot distinguish between two nodes both called "title.narrative". Even importing the xml:lang property doesn't help.
The text was updated successfully, but these errors were encountered: