allow using newlines within quoted fields (special treat for @wfr2000)

This commit is contained in:
john30
2016-02-27 10:40:16 +01:00
parent 8cde222048
commit 31951c392f
5 changed files with 169 additions and 62 deletions
-3
View File
@@ -60,9 +60,6 @@
using namespace std;
/** the separator character used between multiple values (in CSV only). */
#define VALUE_SEPARATOR ';'
/** the separator character used between base type name and length (in CSV only). */
#define LENGTH_SEPARATOR ':'