Incorrect parsing with single quote during auto-detection delimiter.

This commit is contained in:
Alexander Vlasov
2015-12-29 15:21:00 +03:00
committed by Christian Bläul
parent 631fae5191
commit 5a9a10aeed
4 changed files with 34 additions and 0 deletions

View File

@@ -495,6 +495,8 @@ class parseCSV {
if (is_null($enclosure)) {
$enclosure = $this->enclosure;
} else {
$this->enclosure = $enclosure;
}
if (is_null($preferred)) {