mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
Incorrect parsing with single quote during auto-detection delimiter.
This commit is contained in:
committed by
Christian Bläul
parent
631fae5191
commit
5a9a10aeed
@@ -495,6 +495,8 @@ class parseCSV {
|
||||
|
||||
if (is_null($enclosure)) {
|
||||
$enclosure = $this->enclosure;
|
||||
} else {
|
||||
$this->enclosure = $enclosure;
|
||||
}
|
||||
|
||||
if (is_null($preferred)) {
|
||||
|
||||
Reference in New Issue
Block a user