Closed turjachaudhuri closed 4 years ago
JSON objects are like Dictionaries/Maps, which are unordered. As such - you shouldn't assume any order of the entries.
Do you have some logic later down the relies on it or do you want the order for readability?
Closed due to inactivity.
Input JSON to glue relationalize =>
Output from Glue =>
As you can see the original order is not being preserved . How to fix this?