Hi Hyukjin,
Thank you very much for this.
Sure I am going to do it today based on data + java code.
Many Thanks for the support.
Best Regards,
Carlo
On 15 Feb 2017, at 00:22, Hyukjin Kwon
mailto:gurwls...@gmail.com>> wrote:
Hi Carlo,
There was a bug in lower versions when accessing to nest
Hi Carlo,
There was a bug in lower versions when accessing to nested values in the
library.
Otherwise, I suspect another issue about parsing malformed XML.
Could you maybe open an issue in
https://github.com/databricks/spark-xml/issues with your sample data?
I will stick with it until it is so
more specifically:
Given the following XML data structure:
This is the Structure of the XML file:
xocs:doc
|-- xocs:item: struct (nullable = true)
||-- bibrecord: struct (nullable = true)
|||-- head: struct (nullable = true)
||||-- abstracts: struct (nullable = true)
Dear All,
I would like to ask you help about the following issue when using
spark-xml_2.10:
Given a XML file with the following structure:
xocs:doc
|-- xocs:item: struct (nullable = true)
||-- bibrecord: struct (nullable = true)
|||-- head: struct (nullable = true)
|||