forked from gaugendre/ofx-processor
13 lines
243 B
Markdown
13 lines
243 B
Markdown
# ofx-processor
|
|
|
|
## Usage
|
|
|
|
```shell script
|
|
process-bpvf /path/to/ofxfile.ofx
|
|
# Or
|
|
process-revolut /path/to/csvfile.csv
|
|
```
|
|
|
|
It will write a `processed` file in the same folder with the same extension.
|
|
|
|
It will not overwrite the original file.
|