For example, if I have something like
"I like, cookies"
I do NOT want Spark's read()
to csv method to split between the like and cookies. I want it to be parsed as "I like, cookies". I thought this was common csv practice, but this is being separated.
I saw similar questions mentioned using Databricks but I am trying to avoid that. Is there any other way to prevent this from happening?