1.1.3 • Published 4 years ago

@framptonsteve/infcnv v1.1.3

Weekly downloads
11
License
ISC
Repository
github
Last release
4 years ago

Informer Live Sheet json converter

Based on Entrinsik Informer v4.6.2 Live Sheet.

Purpose was to build an api-ish interface from Informer Reports.

Report must return a single json formatted field with a name ending in json. Build up a js structure using "Calculation" js field. Render using JSON.stringify structure.

Export Informer report to a Live Excel sheet. The resulting .iqy files have the url and the parameters. Parameters are numbered parameter_0,parameter_1 ... parameter_n. Recommend standard options for export, but with utf-8 instead of ansi.

The direct results from the Live Excel sheet are in the form of an html table. This module simply strips out html and properly forms a json array from the report results.

The output can be raw json or converted to csv.

Written as a command line utility with output to stdout.

Installation

npm install @framptonsteve/infcnv

Usage

node infcnv json|csv 'LiveExcelURL'

Tests

node infcnv

returns useage

Contributing

Prototype
1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago