@service-unit-469/normalize-records

1.1.0 • Public • Published

License CI Build

Normalize Records

A library for normalizing records into the first normal form.

Use

As a Library

First install the library:

npm i  @service-unit-469/normalize-records

Then you can import and use the library:

import { RecordNormalizer } from '@service-unit-469/normalize-records';

const normalizer = new RecordNormalizer();
const normalized = normalizer.normalizeRecords(data, config);

API Documentation

Via CLI

This is also available as a CLI:

npx @service-unit-469/normalize-records [options]

Get more details on the commands and options with:

npx @service-unit-469/normalize-records -h

/@service-unit-469/normalize-records/

    Package Sidebar

    Install

    npm i @service-unit-469/normalize-records

    Weekly Downloads

    15

    Version

    1.1.0

    License

    Apache-2.0

    Unpacked Size

    30.5 kB

    Total Files

    8

    Last publish

    Collaborators

    • klcodanr