An open API service indexing awesome lists of open source software.

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.

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.