Skip to content

Commit

Permalink
Add example usage for Revolut
Browse files Browse the repository at this point in the history
  • Loading branch information
FnTm committed Jul 23, 2018
1 parent cae6c57 commit b48fc45
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ If you're using a financial tool like [YNAB](https://http://www.youneedabudget.c

YNAB allows you to import OFX files which can make this process easier. [OFX Statement](https://github.com/kedder/ofxstatement) is a project that provides a plugin-enabled architecture, where anyone can create a compatible plugin for their local banks.

This project is made possible by [Gints Murāns' OFX parsers for Latvian banks](https://github.com/gintsmurans/ofxstatement-latvian). Major kudos!
This project is made possible by [Gints Murāns' OFX parsers for Latvian banks](https://github.com/gintsmurans/ofxstatement-latvian) and
[Miku Laitinen's OFX parser for Revolut](https://github.com/mlaitinen/ofxstatement-revolut). Major kudos!

Supported sources:

- `Swedbank` - CSV files
- `DNB` - FIDAVISTA xml files
- `Citadele` - FIDAVISTA v1.2 xml files
- `SEB` - CSV files
- `Revolut` - Revolut's CSV files

## Usage
```
Expand All @@ -18,3 +27,8 @@ The example above assumes that
```
docker run -v ~/dev/ofx/data:/data fntm/ofxstatement-lv ofxstatement convert -t citadeleLV /data/statement.xml /data/citadele.ofx
```

### Example for Revolut
```
docker run -v ~/dev/ofx/data:/data fntm/ofxstatement-lv ofxstatement convert -t revolut /data/revolut.csv /data/revolut.ofx
```

0 comments on commit b48fc45

Please sign in to comment.