v3.32.1-rc-2
Pre-release
Pre-release
·
10 commits
to release/v3.32.1
since this release
- Add shared csv template parameter to generate csv data sets script and API
The /api/create/csvDataSets/
API and script called generate-csv-data-sets are useful to generate CSV Data Sets (Spreadsheets) across all forms in all groups. This change adds a second parameter called sharedCsvTemplateId
which is the CouchDB Id of a Spreadsheet Template stored in the groups database named group-<id>-csv-templates
. When the parameter is provided to the script or API, the CSV Template will be applied to control the headers on the CSV datasets produced by the process. Only CSVs will be produced for groups that have the sharedCsvTemplateId
template in the group-<id>-csv-templates
database.