Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

When using Mapper to load IATI 2.01 XML files, only the last <narrative> text node gets loaded into Neo4J. #210

Open
johnadamsDFID opened this issue Jan 19, 2015 · 0 comments
Labels

Comments

@johnadamsDFID
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant