Exporting sorts the field names in JSON file
Solved
When using the Export to JSON without the mongoexport tool, the resulting JSON file contains a sorted list of fields. I expect the order of fields in the document to persist when exporting (shouldn't sort in ascending order).
Thank you for your feedback. It is true that the order of the exported fields should be the same as the stored ones, and we will solve this problem in the next version.
Thank you for your feedback. It is true that the order of the exported fields should be the same as the stored ones, and we will solve this problem in the next version.
I see the same behavior when importing a JSON file too.
I see the same behavior when importing a JSON file too.
Resolved in 5.2.12
Resolved in 5.2.12
Verified that it's fixed in 5.2.12.
Verified that it's fixed in 5.2.12.
Replies have been locked on this page!