mv / ynab-py-scripts

Custom scripts to import ofx and csv files into Classical YNAB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ynab-py-scripts

license

My custom scripts to import ofx and csv files into Classical YNAB.

Usage

OFX files

OFX files are easy:

    $ bin/ofx  my-file-statement.ofx

A new file my-file-statement.ynab.csv will be generated locally, ready to be imported into YNAB.

CSV files

In my experience, some banks will provide specific statement files in CSV format. Each CSV will have a specific layout. Current layouts I currently use:

  • [Brasil] - Banco Inter: credit card invoice.

To generate a valid YNAB file:

    $ bin/csv --inter my-file-statement.csv

Details

YNAB Classic input CSV file must have the follow layout:

Date,Payee,Category,Memo,Outflow,Inflow

About

Custom scripts to import ofx and csv files into Classical YNAB.

License:MIT License


Languages

Language:Python 67.7%Language:Makefile 31.1%Language:Shell 1.3%