1.1.0 • Published 2 years ago
@service-unit-469/normalize-records v1.1.0
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-recordsThen 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