Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
plumped committed May 8, 2023
1 parent 17f2525 commit 71a55d4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# camt_converter_ISO20022_for_camt
For firefly-iii/data-importer (https://github.com/firefly-iii/data-importer) support a camt.zip to csv export is already in progress as quickwin workarround.
It will be possible to load ziped camt packages from your bank directly into the converter for .csv output.

In a further step the direct connection to firefly-iii will be provided per interface or api

Actual view:
![image](https://user-images.githubusercontent.com/41291962/236335238-688c8e5d-15cd-4552-b41b-a23621f964ad.png)
![image](https://user-images.githubusercontent.com/41291962/235486798-108903d1-18fd-4f38-85db-5426ba590e48.png)

Docker install:
Find image on https://hub.docker.com/r/plumpedboots/camt_converter
1. docker pull plumpedboots/camt_converter:latest
2. docker run -d -p 5000:5000 plumpedboots/camt_converter

or use the docker-compose file: https://github.com/plumped/camt_converter_ISO20022_for_camt/blob/master/docker-compose.yml

How to:
1. Visit your bank account.
2. Download as many CAMT reports as you like as a zip file
3. Upload zip-file to webapp using the "Browse..." button
4. CSV Files will be generated in background
5. Download your archive including all the csv files with the "Download archive" button.
6. Import it in firefly-iii/data-importer

0 comments on commit 71a55d4

Please sign in to comment.