This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Export Wealthsimple transactions, including Visa transactions, to CSV for YNAB | |
| // @namespace wealthsimple.activity.export | |
| // @version 20260508 | |
| // @description Export transactions from Wealthsimple to a CSV file for YNAB import with enhanced Payee info | |
| // @author https://gist.github.com/shotasenga | |
| // @author https://gist.github.com/kaipee | |
| // @author https://gist.github.com/mark05e | |
| // @author https://gist.github.com/rksully1 | |
| // @downloadURL https://gist.github.com/rksully1/decaf7f770727bb39450bbe290501caa/raw |