https://github.com/cumpsd/financial-converter
Convert various statement forms to another form so they can be imported.
https://github.com/cumpsd/financial-converter
Last synced: 3 months ago
JSON representation
Convert various statement forms to another form so they can be imported.
- Host: GitHub
- URL: https://github.com/cumpsd/financial-converter
- Owner: CumpsD
- License: gpl-2.0
- Created: 2020-06-28T14:41:22.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T20:01:29.000Z (about 3 years ago)
- Last Synced: 2025-12-12T22:43:51.319Z (7 months ago)
- Language: C#
- Homepage:
- Size: 2.22 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Financial Converter
## Goal
> Convert various statement forms to another form so they can be imported.
## Support
### Reading
* Argenta
* BNP Paribas
* CODA
* Curve
### Writing
* ING (To convert to MT940 if needed)
* Gripp (SWIFT MT940)
* YNAB
## Usage
* Drop your Argenta files in the Argenta folder.
* Drop your BNP Paribas files in the Fortis folder.
* Drop your CODA files in the Coda folder.
* Drop your Curve files in the Curve folder.
* Have a look at the `appsettings.json` file to configure mappings.
* Run the program
* Collect your resulting files from your configured folders.
## Credits
The source of [supervos/coda-parser](https://github.com/supervos/coda-parser) has been included to parse the CODA statements and because there is no NuGet available.