Giter VIP home page Giter VIP logo

mmex2json's Introduction

mmex2json

Converts QIF data exported from Money Manager EX to JSON format.

A thin wrapper around qif2json to handle multiple accounts, account metadata, and some MMEX-specific attributes.

Usage

This is a command line utility. It reads from a specified file, and outputs to standard output - which you can pipe to a file.

With npx (most convenient):

npx mmex2json <qif-file> > <output-file>

e.g.
npx mmex2json exported.qif > converted.json

By installing globally:

npm install -g mmex2json

mmex2json <qif-file> > <output-file>

Exporting a QIF file from Money Manager EX

  1. File > Export > QIF Files
  2. Categories - leave unticked
  3. Accounts - choose one or many
  4. Date Format - leave as DD/MM/YY

Note that unselected accounts are included in the export if there are transfers between them and an account that is selected. Only the transactions for those transfers are included.

QIF is the only export format available that supports split transactions (across multiple categories).

Tested with Money Manager EX version 1.3.3.

Output format

The root is an array of accounts, each of which has information and transactions:

[
  {
    "info": {
      "currency": "GBP",
      "initialBalance": 0,
      "name": "ACME Current Account",
      "type": "Bank",
      "finalBalance": 100
    },
    "transactions": []
  }
]

Transaction attributes are as per qif2json, with the addition of isTransfer to denote transfers. This includes all transaction attributes from MMEX, including split transactions.

mmex2json's People

Contributors

robatwilliams avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.