https://github.com/markusl/nordea-json-converter
https://github.com/markusl/nordea-json-converter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/markusl/nordea-json-converter
- Owner: markusl
- Created: 2017-12-12T20:11:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T07:01:54.000Z (over 5 years ago)
- Last Synced: 2025-01-31T16:56:18.693Z (over 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nordea CSV to Nordea API JSON converter
This is a small utility to convert Nordea online bank CSV export to JSON format specified by the Nordea API. See the [Nordea Open Banking swagger.json](https://developer.nordeaopenbanking.com/sites/sandbox-obi-dev.developer.eu.apiconnect.ibmcloud.com/files/api-docs/ais/v2/files/swagger.json).
## 1. Install rust
To install Rust, run the following in your terminal, then follow the onscreen instructions.
```bash
curl https://sh.rustup.rs -sSf | sh
```
## 2. Export Nordea data
Log in to the bank and do a CSV export of account transactions.
## 3. Build this tool
Clone the source code to a directory and run `cargo build --release`.
## 4. Run the tool
The tool is built into folder `target/release`.
Running the tool
`target/release/nordea-json-converter Tapahtumat_FI6593857450293470_20171204_20171205.csv`
If the conversion succeeds, a output file is created in the directory the tool was run in.