1.1.0 • Published 2 years ago

@service-unit-469/normalize-records v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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