Skip to content
Snippets Groups Projects
Commit 38cf8f2a authored by Jurriaan Pruis's avatar Jurriaan Pruis Committed by Reynold Xin
Browse files

[SPARK-13638][SQL] Add quoteAll option to CSV DataFrameWriter

## What changes were proposed in this pull request?

Adds an quoteAll option for writing CSV which will quote all fields.
See https://issues.apache.org/jira/browse/SPARK-13638

## How was this patch tested?

Added a test to verify the output columns are quoted for all fields in the Dataframe

Author: Jurriaan Pruis <email@jurriaanpruis.nl>

Closes #13374 from jurriaan/csv-quote-all.
parent 255d74fe
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment