- Class csv_parser
- Add ability to parse files where fields/columns are terminated by strings instead of just one char.
- Class csv_parser
- Add ability to set strings where lines start by. Currently lines do not have any starting char or string.
- Class csv_parser
- Add ability to set strings where line end by. Currently lines can only end with a single char.
- Class csv_parser
- Add ability to accept other escape characters besides the backslash character 0x5C.
- Class csv_parser
- More support for improperly formatted CSV data files.
- Member csv_parser::escaped_char
- Update the code to accept other escape characters besides the backslash
- Member csv_parser::escaped_length
- Update the code to accept other escape characters besides the backslash
- Member main
- Add more examples using different parsing modes and different enclosure and line terminator characters. Include an example where the filename, field_terminator char, line_terminator char, enclosure_char and other program variables are loaded from a file.
Generated on Sun Jun 28 21:19:30 2009 for CSV Parser by
1.5.5