On 8/1/2015 12:38 PM, R.Smith wrote:
> if I have this csv line, what values must the parser end up with?:
>
> 1, "2", "3" 4, 5 "6", 7

This is not a valid line of CSV, at least not as specified in RFC 4180. 
Therefore, RFC 4180-conforming parsers may differ in their 
interpretation of this line. There is no particular set of values that 
the parser "must" end up with, assuming you use the word "must" with the 
meaning specified in RFC 2119.
-- 
Igor Tandetnik

Reply via email to