Skip to content

Third Party: Exports

RePod edited this page Feb 3, 2020 · 1 revision

As of PSDLE version 3.3.13 (May 31st 2019) the export's configuration has been updated.
Prior versions were arrays with children containing the target property and column title as strings:

  • ['prettyDate','Date'].

The children are now objects with property and title:

  • {property:"prettyDate",title:"Date"}

All JSON exports will also now include a version property on the top level of PSDLE's version.
Regular/CSV exports will now include the same version number in the last row's last column (defined by separator).

These are intended to allow version-aware import handling in the event of futures changes, although it's highly recommended you and your users are always using the latest. For pre-3.3.13 handling, detect the absence of a version string or regular array children.


There is no guarantee future changes will be either accurately documented or timely, if at all, notified.

However, there should be a paper trail of discussion leading up to any changes.