Customizing DatafariUI - Export search results

Customizing DatafariUI - Export search results

Valid from Datafari 5.1 (UI 1.0.0-beta-0.6.0)

checked for UIv2 1.0

In ui-config.json, you can add some export format that the backend offer. So far (27.05.2025), Datafari API offers excel format to export results list.

"exportResults": { "excel": { "minResults": 1, "maxResults": 5000, "defaultResults": 100 } }

exportResults have to have at least one key under (here is Excel. Each keys here will be a format in the export modal:

Under each key, the following fields are mandatory:

  • minResults : minimum number of results to be exported

  • maxResults : maximum number of results to be exported

  • defaultResults : default number of results to be exported

The key format is the type format defined in the backend (excelfor example)