@service-unit-469/normalize-records
v1.1.0
Published
Normalizes duplicate records into the first normal form using configurable functions
Downloads
44
Maintainers
Readme
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);
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