0.0.8 • Published 1 year ago
@flatfile/mapping v0.0.8
Mapping
This package contains the TypeScript mapping engine and language.
Its main components are
- a richer language of Mapping Rules (as compared to our current "assign field a to field b" approach)
- a Mapping Engine that can apply a "program" made up of these mapping rules to a source object and produce a target object
- logic to nest objects as part of the mapping process (still somewhat provisional)
- a synthetic schema language that can be inferred from a source csv (still experimental)