Prasad Kulkarni
-
2009-04-02
- priority: 5 --> 8
I have a csv file where some fields might contain comma.
a,b,c,"c,d",e
There is no way to parse the above record correctly.
Kindly suggest.
Or else this is a bug,
The following RFC(http://www.ietf.org/rfc/rfc4180.txt) clearly mentions at point 2.5, that
Fields containing line breaks (CRLF), double quotes, and commas
should be enclosed in double-quotes. For example:
"aaa","b CRLF
bb","ccc" CRLF
zzz,yyy,xxx
Kindly fix this urgently, or let us know a resolution.