Hi Benjamin,

This <https://github.com/databricks/spark-csv> may work for you in the
meantime:


val selectedData = df.select("year", "model")
selectedData.write
    .format("com.databricks.spark.csv")
    .option("header", "true")
    .save("newcars.csv")


On Thu, Apr 14, 2016 at 2:52 PM, Benjamin Kim <bbuil...@gmail.com> wrote:

> Does anyone know when the exporting of data into CSV, TSV, etc. files will
> be available?
>
> Thanks,
> Ben

Reply via email to