kalisio / krawler

A minimalist (geospatial) ETL
https://kalisio.github.io/krawler/
MIT License
54 stars 13 forks source link

Enhance mergeJson hook to deep merge objects #132

Closed claustres closed 4 years ago

claustres commented 4 years ago

We now only rely on https://lodash.com/docs/4.17.15#unionBy that chooses result values from the first array in which the value occurs.

When an item appears multiple times it should be also possible to merge all properties from the different versions.