mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
CSV file fix for ING Belgium
Parse the description and opposing account information (IBAN and name) from ING Belgium CSV files.
This commit is contained in:
@@ -209,6 +209,8 @@ return [
|
||||
'specific_pres_descr' => 'Fixes potential problems with PC files',
|
||||
'specific_belfius_name' => 'Belfius BE',
|
||||
'specific_belfius_descr' => 'Fixes potential problems with Belfius files',
|
||||
'specific_ingbelgium_name' => 'ING BE',
|
||||
'specific_ingbelgium_descr' => 'Fixes potential problems with ING Belgium files',
|
||||
// job configuration for file provider (stage: roles)
|
||||
'job_config_roles_title' => 'Import setup (3/4) - Define each column\'s role',
|
||||
'job_config_roles_text' => 'Each column in your CSV file contains certain data. Please indicate what kind of data the importer should expect. The option to "map" data means that you will link each entry found in the column to a value in your database. An often mapped column is the column that contains the IBAN of the opposing account. That can be easily matched to IBAN\'s present in your database already.',
|
||||
|
||||
Reference in New Issue
Block a user