Skip to content

Service-Unit-469/normalize-records

Repository files navigation

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

About

Normalizes duplicate records into the first normal form using configurable functions

Resources

License

Stars

Watchers

Forks

Packages

No packages published