New importers.

This commit is contained in:
James Cole
2016-07-16 07:58:25 +02:00
parent 5130ba7ea4
commit 697566fe42
17 changed files with 611 additions and 11 deletions

View File

@@ -438,6 +438,7 @@ class CsvImporter implements ImporterInterface
$converter->setMapping($mapping);
$converter->setDoMap($doMap);
$converter->setUser($this->job->user);
$converter->setConfig($config);
// run the converter for this value:
$convertedValue = $converter->convert($value);