comment
This commit is contained in:
@@ -288,7 +288,7 @@ class FileReader {
|
|||||||
field << TEXT_SEPARATOR; // single dquote in the middle of formerly quoted text
|
field << TEXT_SEPARATOR; // single dquote in the middle of formerly quoted text
|
||||||
quotedText = true;
|
quotedText = true;
|
||||||
} else if (quotedText && pos == 0 && field.tellp() > 0 && *(field.str().end()-1) != VALUE_SEPARATOR) {
|
} else if (quotedText && pos == 0 && field.tellp() > 0 && *(field.str().end()-1) != VALUE_SEPARATOR) {
|
||||||
field << VALUE_SEPARATOR;
|
field << VALUE_SEPARATOR; // add separator in between multiline field parts
|
||||||
}
|
}
|
||||||
field << ch;
|
field << ch;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user