open-contracting / ocdskit

A suite of command-line tools for working with OCDS data
https://ocdskit.readthedocs.io
BSD 3-Clause "New" or "Revised" License
17 stars 6 forks source link

upgrade: Add option to not re-order #164

Open jpmckinney opened 3 years ago

jpmckinney commented 3 years ago

Right now it moves ocid, etc. to the top of the object. However, for tools like Kingfisher Process, order is unimportant. This would remove the requirement (when the option is set) to input an OrderedDict.

FYI @jakubkrafka