JSPM

hiltes-to-json

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q9983F
  • License MIT

Small module which converts Hiltes ERP .0000 files to json

Package Exports

  • hiltes-to-json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hiltes-to-json) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

hiltes-to-json

Converts Hiltes exports in .0000 file type to json. File structure is "csv" like with data type in the first column. Refer to source code for details on file structure. This module also restructures the data in certrain ways and provides in data.products structure.

Quick Start

npm install --save hiltes-to-json
const Hiltes = require('hiltes-to-json')

// ...

const data = await Hiltes('./WS000001.0000')
const erpProducts = data.products