Dennis Hunziker created SPARK-19465:
---------------------------------------

             Summary: Support custom Boolean values in CSV
                 Key: SPARK-19465
                 URL: https://issues.apache.org/jira/browse/SPARK-19465
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.1.0
            Reporter: Dennis Hunziker
            Priority: Minor


Support for custom Boolean values when reading from and writing to a csv data 
source. This has been raised before against spark-csv which is now in 
maintenance mode: https://github.com/databricks/spark-csv/issues/104

Example: encode Boolean values true/false as "yes"/"no" based on user supplied 
options

"true"/"false" (case insensitive) will be the default encoding as per the 
current implementation.





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to