skip to Main Content

Normalize JSON data

Given the following JSON structure { "data": [ { "id": "000000000014444A", "teams": [ "000000000011AE74" ] }, { "id": "000000000014434B", "teams": [ "000000000011AE74", "00000000001583CE", "000000000010B4D7" ] } ] } How can I use jq to structure the data as [ {…

VIEW QUESTION

Merging Instana EUM JSONs with JQ in CMD

I'm using Instana to deliver view stats on my site, each daily file looks like this: { "items" : [ { "name" : "page1.htm", "earliestTimestamp" : 1675222177839, "cursor" : { "@class" : ".IngestionOffsetCursor", "ingestionTime" : 1675292168217, "offset" : 1 },…

VIEW QUESTION
Back To Top
Search