This package has been deprecated

Author message:

Official version finally published under 2.0

@inseefr/vtl-2.1-engine

0.1.9 • Public • Published

VTL 2.1 Engine

Usage

Download the library from npm:

yarn add @inseefr/vtl-2.1-engine

Import the interpret function:

import { interpret } from '@inseefr/vtl-2.1-engine';

Execute VTL interpretation on an expression:

const expr = '"Hello " || NAME';
const bindings = { NAME: 'world' };
const result = interpret(expr, bindings);
// result will be: 'Hello world'

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @inseefr/vtl-2.1-engine

    Weekly Downloads

    2

    Version

    0.1.9

    License

    MIT

    Unpacked Size

    367 kB

    Total Files

    65

    Last publish

    Collaborators

    • insee
    • avouacr-insee
    • ddecrulle
    • renaud.genevois
    • franckco
    • nicolaval