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.
Hi, there is a bug, every transactions goes to the inflow column of YNAB. VNAB understand that value with minus at the end should be swaped so either leave all transaction in the inflow column with the minus for the outflow transactions, either put the outflow transaction in the outflow colum and remove the minus on the value.