1.0.1 • Published 3 years ago

newday-qif v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

newday-qif

CircleCI

NewDay is a white-label credit card provider that powers store/loyalty card programmes for a number of well-known UK brands. This is a small command-line utility to convert NewDay CSV statements into QIF format.

Installation

$ npm install -g newday-qif

Usage

  1. Export CSV statements from your NewDay online account to your computer
  2. Run $ newday_qif <file_path> to convert a single file to QIF
  3. Run $ newday_qif <directory_path> to convert all files in that directory to QIF

Given the file NewDayStatement_2021-01.csv, it will generate NewDayStatement_2021-01.qif.


Release History

  • 1.0.0
    • initial release

JavaScript Style Guide

1.0.1

3 years ago

1.0.0

3 years ago