com.databricks.spark.xml
Adds a method, saveAsXmlFile, to DataFrame that allows writing XML data. If compressionCodec is not null the resulting output will be compressed. Note that a codec entry in the parameters map will be ignored.
saveAsXmlFile
(Since version 0.4.0) Use DataFrameWriter.write()
Adds a method,
saveAsXmlFile, to DataFrame that allows writing XML data. If compressionCodec is not null the resulting output will be compressed. Note that a codec entry in the parameters map will be ignored.