Skip to content
Snippets Groups Projects
Commit b32b4319 authored by dman's avatar dman Committed by Chris Leppanen
Browse files

Issue #912682 by alex_b, snyderp, dman | dwhogg: Added CSV Parser: Support Mac-style line endings.

parent e1260297
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ class ParserCSV {
$this->startByte = 0;
$this->lineLimit = 0;
$this->lastLinePos = 0;
ini_set('auto_detect_line_endings', TRUE);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment