Spark – Using XStream API to write complex XML structures
When you have a need to write complex XML structures from Spark Data Frame and Databricks XML API is not suitable for your use case, you could use XStream API to convert data to XML string and write it as a text. Let's see how to do this using an example.
1 Comment
March 29, 2019