diff --git a/common/components/parsers/config.php b/common/components/parsers/config.php index 7e25bdf..cbf1acc 100644 --- a/common/components/parsers/config.php +++ b/common/components/parsers/config.php @@ -11,7 +11,6 @@ 'console' => ['class' => 'common\components\parsers\CustomCsvParser', 'auto_detect_first_line' => true, - 'hasHeaderRow' => true, 'converter_conf' => [ 'class' => ' common\components\parsers\CustomConverter', 'configuration' => ["string" => 'DESCR', @@ -38,11 +37,9 @@ 'crosses' => ['class' => 'common\components\parsers\CustomCsvParser', 'auto_detect_first_line' => true, 'min_column_quantity' => 4, - 'hasHeaderRow' => true, 'keys' =>['ARTICLE', 'CROSS_ARTICLE', 'BRAND', 'CROSS_BRAND'], 'converter_conf' => [ 'class' => ' common\components\parsers\CustomConverter', - 'hasKey' => 1, 'configuration' => [ "brand" => ['BRAND', 'CROSS_BRAND'], "crosses" => [], -- libgit2 0.21.4