Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added date for file format switch and link to our contact form.

...

We will be changing the structure of our export files' JSON , at a date still to be determinedon July 1st, 2014.  The existing format is a legacy of the way we used to export the direct output of CouchDB views, where each element of "rows" had a "doc" property.  The new format will be more simple, and will result in lower file sizes, especially for the larger files.  The format that we are currently considering is as follows:

Code Block
languagejs
[
    {  ... record ... },
    ... more records ...
]

 Please let us know if you have any comments or questions about the new format, using our contact form.