A simple PHP-based tool for converting ABSA Bank CSV banks statements into a format that is more compatible with the You Need a Budget CSV importer.
- Copy the application folder to any PHP environment
- Add your ABSA Bank CSV file to /csv and call it "TransactionHistory.csv"
- Visit the csv-edit.php file in the application folder in your browser
- The newly formatted CSV is saved as "testoutput.csv"
- Drag directly into the YNAB browser window
- Create a file uploader user interface
- Create option to download the generated file to your computer