- 766 Views
- 0 replies
- 0 kudos
Hey folks! I want to know what are the features that UCX does not provides in UC or specially Hive to UC Migration that can be done manually but not using UCX. As UCX is currently in developing mode so there are so many drawbacks, can someone share t...
- 766 Views
- 0 replies
- 0 kudos
- 582 Views
- 0 replies
- 0 kudos
Is there a way to use a business checking account to pay for Databricks services?
- 582 Views
- 0 replies
- 0 kudos
by
TinaN
• New Contributor III
- 1669 Views
- 2 replies
- 0 kudos
We are loading a data source that contains XML. I am translating their queries to create views in Databricks. They use 'XMLNAMESPACES' to construct/parse XML. Below is an example. What is best practice for translating 'XMLNAMESPACES' in Databricks?...
- 1669 Views
- 2 replies
- 0 kudos
Latest Reply
Hi @TinaN, To handle XMLNAMESPACES in Databricks, use the from_xml function for parsing XML data, where you can define namespaces within your parsing logic. Start by reading the XML data using spark.read.format("xml"), then apply the from_xml functio...
1 More Replies