Hai,I need somehelp,I am reading csv file through pyspark ,in which one field encoded with double quotes,I should get that value along with double quo...

Munni
New Contributor II

Hai,I need somehelp,

I am reading csv file through pyspark ,in which one field encoded with double quotes,I should get that value along with double quotes.Spark version is 3.0.1.

col1,col2,col3

"A",""B,C"","D"-----------INPUT

OUTPUT:

A , "B,C" , D