If a field value contains the separator, that is now escape with hex

characters.
This commit is contained in:
Robin Sommer 2011-03-09 16:26:11 -08:00
parent c6d20dbfdf
commit cb9e0a5d5a
6 changed files with 96 additions and 4 deletions

View file

@ -32,6 +32,7 @@ private:
bool output_to_stdout;
bool include_header;
char* separator;
int separator_len;
};
#endif