> On Nov 5, 2020, at 07:34, Tony Shelver <tshelver@xxxxxxxxx> wrote: > But... seen above, the order gets mixed up. > > Any ideas? JSON objects, like Python dicts, are not automatically ordered by key. Once you move from the column space to the JSON object space, you can't rely on the object keys being in a consistent order. You'll want to have a step when ingesting the JSON object into a report that lines up the key values appropriately with the right presentation in the report. -- -- Christophe Pettus xof@xxxxxxxxxxxx