Skip to content

Commit

Permalink
CSV BOM stripping is now handled internally by league/csv
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Mar 26, 2020
1 parent 9469734 commit a88553a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Dev/CsvBulkLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ protected function processAll($filepath, $preview = false)
$filepath = Director::getAbsFile($filepath);
$csvReader = Reader::createFromPath($filepath, 'r');
$csvReader->setDelimiter($this->delimiter);
$csvReader->stripBom(true);

$tabExtractor = function ($row) {
foreach ($row as &$item) {
Expand Down

0 comments on commit a88553a

Please sign in to comment.