Various CSV bugs and a config bug fixed.

This commit is contained in:
James Cole
2016-07-31 17:17:45 +02:00
parent c8f5a6b7ad
commit 1ba88f182b
4 changed files with 159 additions and 118 deletions

View File

@@ -113,11 +113,23 @@ return [
'converter' => 'Date',
'field' => 'date',
],
'date-rent' => [
'date-interest' => [
'mappable' => false,
'pre-process-map' => false,
'converter' => 'Date',
'field' => 'date-rent',
'field' => 'date-interest',
],
'date-book' => [
'mappable' => false,
'pre-process-map' => false,
'converter' => 'Date',
'field' => 'date-book',
],
'date-process' => [
'mappable' => false,
'pre-process-map' => false,
'converter' => 'Date',
'field' => 'date-process',
],
'budget-id' => [
'mappable' => true,