Class DatasetValidationReportExportService

java.lang.Object
com.apgar.common.lib.service.validation.DatasetValidationReportExportService
All Implemented Interfaces:
UserService<DatasetEntitySelection>

public class DatasetValidationReportExportService extends Object implements UserService<DatasetEntitySelection>
Implementation of the Dataset Validation Report Export Service.

This service is activated from the actions tab of the dataset. It generates the validation report for the dataset in CSV format and automatically downloads it.
The report will include the following information: table label, field label, severity of the validation item, validation message, record ID, and record label.
During report generation, a loading indicator will be displayed, along with a back button to close the service. If the download does not start automatically, you can initiate it manually.

Author:
APGAR Consulting