Skip to content

Small module which converts Hiltes ERP .0000 files to json

Notifications You must be signed in to change notification settings

bluewire-solutions/hiltes-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Small module which converts Hiltes ERP .0000 files to json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published