This scripts allows the export of PostFinance account flow data for YNAB 4 using Tampermonkey. The export is not based on the CSV generated by the Post as it does not adhere to the standard but makes use of the data loaded on the client side for doing said CSV export.
If Tampermonkey is installed you can click on the RAW view of the postfinance-ynab.user.js
file of this Gist.
Tampermonkey should ask you whether or not you would like to install this script.
Tip: if you have a lot of transactions make sure to increase the shown amount from
25
to100
somewhere in the settings.
Navigate to the account flow data in PostFinance (Konto -> Bewegungen) and:
- Click on the YNAB Export button.
- Hit the import button in the YNAB account view.
Ok - now it works again. Hit the regular "Export" button first and the "YNAB Export" afterwards - you should get a csv-file importable directly in YNAB. I haven't tried it in Chrome but works in Firefox with the Greasymonkey extensions installed.