This repository was archived by the owner on Jan 9, 2018. It is now read-only.

Description
Hi,
Many thanks for this package - very useful.
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...
Cheers,
Chris