skip to Main Content

Json – JQ map and merge

When I group and add (read merge) objects based on a value I would like to have certain attributes be concatenated together instead of the default "object on the right wins" behavior. demo Put another way I would like the…

VIEW QUESTION

How to process a JSON file to include only 4 fields from each item?

This is what my JSON file looks like: [ { "id": 13445, "uuid": "bf1923c5-a198-409b-851e-c67f7b8a661e", "created_at": "2021-07-27 12:41:31.715922", "updated_at": "2021-11-10 21:41:41.857982", "meta": { "osm_id": null, "google_maps_place_id": "ChIJO4sAE5d-1EARsPwZh_s6eX4" }, "type": "VILLAGE", "name": { "en": "Dіbrіvka", "ru": "Дибривка", "uk": "Дібрівка" }, "public_name": {…

VIEW QUESTION
Back To Top
Search