Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 603 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 603 Bytes

YNAB ABSA CSV Converter

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.

Usage

  1. Copy the application folder to any PHP environment
  2. Add your ABSA Bank CSV file to /csv and call it "TransactionHistory.csv"
  3. Visit the csv-edit.php file in the application folder in your browser
  4. The newly formatted CSV is saved as "testoutput.csv"
  5. Drag directly into the YNAB browser window

To Do

  • Create a file uploader user interface
  • Create option to download the generated file to your computer