cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

databricks spark XML Writer

RobsonNLPT
Contributor III

Hi.

I'm trying to generate XML as output base on my nested dataframe. Everything is ok except by I don't know how to add elements to rootTag.

I can add elements from rowtag but not in rootTag. Same problems to add attributes to root 

<books  version = "5.2">
 <library>"LIB1"</library>
 <book id="bk103">
  <author>Corets, Eva</author>
  <title>Maeve Ascendant</title>
 </book>
 <book id="bk104">
  <author>Corets, Eva</author>
  <title>Oberon's Legacy</title>
 </book>
</books>

any help?

 

 

 

2 REPLIES 2

Ayushi_Suthar
Databricks Employee
Databricks Employee

Hi @RobsonNLPT ,Thanks for bringing up your concerns, always happy to help 😁

Can you please refer to the below document to read and write the XML files?

https://docs.databricks.com/en/query/formats/xml.html

Please let me know if this helps and leave a like if this helps, followups are appreciated.
Kudos
Ayushi

 

Hi Ayushi.

I've checked all official documentation. 

There's no support for rootTag elements and optional rootTag/rowTag

 

 

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now