You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2018. It is now read-only.
I am using it to convert an array of objects, most come out ok, columns in the same order, but a few come out with the columns jumbled up - relative to the rest.
Looking at the code, it just iterates over the properties to convert it into an array.
Any plans to try to make it more consistent?
Perhaps look at the first object and then use that to determine the fields to use for the others. Although that assumes that they are all the same...