My csv file has column values with a comma in it as shown below.
Name | subject | studentid |
---|---|---|
Mark | ["CS","DBMS","Big Data"] | 123 |
When I try to read the csv file using spark. My spark data frame is not displaying the complete value of subject column and
what options should I use while reading csv to read the column values with comma correctly ?