markhigham / fix-qif-from-barclays-to-freeagent

Business barclaycard qif downloads are the wrong sign for freeagent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix qif downloads

Target Audience / Niche Use Case

FreeAgent users who want to download in import statements from Business Barclaycard.

How to use

Download the repo and

node index.js [qif filename] > [filename-fixed.qif]

as a Global NPM module

    npm i -g fix-qif-from-barclays-to-freeagent

    fix-qif-from-barclays-to-freeagent [qif filename] > [filename-fixed.qif]

The script will reverse the sign of transaction amounts. It also replaces the line "PNPM, INC." with PNPM Inc

About

Business barclaycard qif downloads are the wrong sign for freeagent


Languages

Language:JavaScript 100.0%