Technical requirements
All of the code and data for this chapter is located in our GitHub repository at the following location: https://github.com/PacktPublishing/Data-Engineering-with-Scala-and-Spark/tree/main/src/main/scala/com/packt/dewithscala/chapter6.
You also need to add the following dependency to work with spark-xml
:
libraryDependencies += "com.databricks" %% "spark-xml" % "0.16.0"