Sparklyr: how to read XML files with Sparklyr?

Created on 26 Oct 2017  路  1Comment  路  Source: sparklyr/sparklyr

Hello everyone!

I see there is spark_json, spark_csv and spark_parquet... but what about XML files? Is there a native way to load them while using Sparklyr? My workflow is written in Sparklyr but now I need to load large XML files as well..

Any ideas? Many thanks!!

featurerequest

Most helpful comment

There's no native parser in Spark but there's a package for it: https://github.com/databricks/spark-xml

>All comments

There's no native parser in Spark but there's a package for it: https://github.com/databricks/spark-xml

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hanfernandes picture hanfernandes  路  3Comments

admoseremic picture admoseremic  路  4Comments

Fooourche picture Fooourche  路  3Comments

JohnMount picture JohnMount  路  4Comments

dangulod picture dangulod  路  4Comments