mathan_pillai
Databricks Employee
Databricks Employee

Hi @Mounica Vemulapalli

Do you mean how to handle multilines in the source csv file? While using spark.read API, did you try including the multiline option set to true? please try and let us know how it goes


.option("multiLine","true")

Thanks