@guiseek/ofx2json

1.0.0 • Public • Published

ofx2json

Library 4 convert OFX files 2 JSON

Install

# npm
npm i @guiseek/ofx2json --save

# yarn
yarn add @guiseek/ofx2json

Usage

const ofx2Json = require('ofx2json');

ofx2Json('run-scripts/nubank-2019-11.ofx').then((res) => {

    // Header
    console.log(res.header);

    // Content
    console.log(res.content);

    // or pretty
    console.dir(res.content, { depth: null})

}).catch(err => {
    console.error(err.message)
})

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @guiseek/ofx2json

      Weekly Downloads

      1

      Version

      1.0.0

      License

      MIT

      Unpacked Size

      3.42 kB

      Total Files

      3

      Last publish

      Collaborators

      • guiseek