RML parsing a CSV which contains XML data. #41
Unanswered
paulduchesne
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an unusual case, where I am trying to use RML-Mapper to transform a CSV table which contains XML-serialised data in one of the columns.
This is my attempt at RML to pull triples from CSV columns, as well as XPath to grab data from the XML data column.
This works to some degree, but I am still pulling in the whole XML string, not traversing to pull out a specific field. What I am getting:
And here is what I was hoping to be getting:
What could I be doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions