Better export.

This commit is contained in:
James Cole
2016-10-23 12:55:07 +02:00
parent 81f6fef978
commit e092515dff
3 changed files with 7 additions and 2 deletions

View File

@@ -369,6 +369,11 @@ class CsvSetup implements SetupInterface
foreach ($results as $rowIndex => $row) {
// skip first row?
if ($rowIndex === 0 && $config['has-headers']) {
continue;
}
// run specifics here:
// and this is the point where the specifix go to work.
foreach ($config['specifics'] as $name => $enabled) {