yaslab / CSV.swift

CSV reading and writing library written in Swift.
MIT License
661 stars 78 forks source link

Not parsing Properly if CSV row has HTML tags #117

Open RNarenKrishnaa opened 4 years ago

RNarenKrishnaa commented 4 years ago

If there is a space between HTML division tags, From the white space It consider that as separate row. I have attached screenshot of my sample data for reference. Could you please help me in this? I just want to know if there are specific formats needs to be followed for HTML texts in CSV.

Screenshot 2020-08-27 at 10 27 20 PM