Github user gaborgsomogyi commented on the issue:

    https://github.com/apache/spark/pull/19814
  
    Seems like there is a good reason why this is not supported. Here is their 
opinion:
    
    > The writer will only put quotes when absolutely required (i.e. the value 
has a delimiter, line ending, or another quote in it). If you don't want to 
output quotes in these cases the parser won't be able to read the data back 
properly. It makes no sense to force the CSV writer to not use quotes.
    
    > If you really want to do this you'd be better off just writing your data 
directly to an instance of java.io.Writer (FileWriter, OutputStreamWriter, 
StringWriter, etc)
    
    This case I tend to suggest the original idea. Suggestions/ideas?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to