Skip to content

Convert Starling Bank CSV exports for importing into YNAB

License

Notifications You must be signed in to change notification settings

dylansmith/starling-ynab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starling-ynab

CircleCI

A small command-line utility to convert Starling Bank CSV statements into YNAB-compatible formats (CSV or QIF).

Disclaimer: I personally use YNAB 4, and have not yet tested this with "New YNAB" as yet.

Installation

$ npm install -g starling-ynab

Usage

  1. Export statements via the Starling Bank app, choosing "CSV" as the output format.
  2. Choose "Export Statement" and save it somewhere accessible (e.g. Google Drive, Dropbox)

Converting to QIF

$ starling_ynab_qif <file_or_directory_path>

Given the file StarlingStatement_2019-03.csv, it will generate StarlingStatement_2019-03.ynab.qif.

Converting to CSV

$ starling_ynab_csv <file_or_directory_path>

Given the file StarlingStatement_2019-03.csv, it will generate StarlingStatement_2019-03.ynab.csv.


Release History

  • 2.0.3
    • setup CI
  • 2.0.2
    • tests, refactoring and improvements
    • added keywords
  • 2.0.1
    • README fixes
  • 2.0.0
    • added QIF conversion
    • renamed bin commands to starling_ynab_qif and starling_ynab_csv
  • 1.0.1
    • fixed issue with CLI script
  • 1.0.0
    • initial release featuring CSV to CSV conversion

JavaScript Style Guide

About

Convert Starling Bank CSV exports for importing into YNAB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published