You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Configures a response handler to export projects record in CSV format.
* Sets the accept mimetype in the `before_request` hook if a `format` argument is present in request.
* Adds a CSV serializer to process records and format them in CSV row.
* Adds the possibility to override the record resource configuration with a dedicated organisation configuration.
* Adds a new stream response, to process a generator and customizes the attachment filename.
* Adds manual translations to translate CSV header.
* Closes#456.
Co-Authored-by: Sébastien Délèze <sebastien.deleze@rero.ch>
* Configures a response handler to export projects record in CSV format.
* Sets the accept mimetype in the `before_request` hook if a `format` argument is present in request.
* Adds a CSV serializer to process records and format them in CSV row.
* Adds the possibility to override the record resource configuration with a dedicated organisation configuration.
* Adds a new stream response, to process a generator and customizes the attachment filename.
* Adds manual translations to translate CSV header.
* Closes#456.
Co-Authored-by: Sébastien Délèze <sebastien.deleze@rero.ch>
Possibility to export records result from a specific search in a CSV format.
The text was updated successfully, but these errors were encountered: