Make sure new CSV reader is compatible with specifics #1015

This commit is contained in:
James Cole
2017-12-12 21:05:16 +01:00
parent 44496707fb
commit fc4165b800
4 changed files with 4 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ class SnsDescription implements SpecificInterface
*/
public function run(array $row): array
{
$row = array_values($row);
$row[17] = ltrim($row[17], "'");
$row[17] = rtrim($row[17], "'");