ofx-processor/README.md

14 lines
243 B
Markdown
Raw Normal View History

2020-01-15 14:42:57 +01:00
# ofx-processor
## Usage
2020-01-17 16:35:56 +01:00
```shell script
process-bpvf /path/to/ofxfile.ofx
# Or
process-revolut /path/to/csvfile.csv
2020-01-15 14:42:57 +01:00
```
2020-01-17 16:35:56 +01:00
It will write a `processed` file in the same folder with the same extension.
2020-01-15 14:42:57 +01:00
2020-01-17 16:35:56 +01:00
It will not overwrite the original file.