Lots of new code for the import routine part 2

This commit is contained in:
James Cole
2017-12-16 17:19:10 +01:00
parent 84b6708260
commit 66ee382da0
32 changed files with 351 additions and 226 deletions

View File

@@ -21,6 +21,12 @@ return [
'spectre' => 'FireflyIII\Import\Configuration\SpectreConfigurator',
'plaid' => 'FireflyIII\Import\Configuration\PlaidConfigurator',
],
'options' => [
'file' => [
'import_formats' => ['csv'], // mt940
'default_import_format' => 'csv',
],
],
'default_config' => [
'file' => [
'has-config-file' => true,