Open GoogleCodeExporter opened 8 years ago
The function _get_fields_with_optional_enclosure has a bug. It needs the
following:
if (curr_char == enclosed_char) {
bInEscape = !bInEscape;
}
if (curr_char == field_term_char && !bInEscape) {
field_end = char_pos;
...
Original comment by boba...@gmail.com
on 15 Apr 2012 at 11:39
Attachments:
Original issue reported on code.google.com by
gboel...@gmail.com
on 4 Feb 2012 at 7:11