@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)
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    4

Package Sidebar

Install

npm i @guiseek/ofx2json

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

3.42 kB

Total Files

3

Last publish

Collaborators

  • guiseek