|
{{('batchValidationReportRecordsToValidate') | translate}}
|
{{validationReport.numberOfRecords}}
|
|
{{('batchValidationReportRecordsValidated') | translate}}
|
{{validationReport.numberOfRecordsProcessed}}
|
|
{{('batchValidationReportValidRecords') | translate}}
|
{{validationReport.numberOfValidRecords}}
|
|
{{('batchValidationReportRecordsWithErrors') | translate}}
|
{{validationReport.numberOfInvalidRecords}}
|
|
{{('batchValidationReportRecordsWithWarnings') | translate}}
|
{{validationReport.numberOfRecordsWithValidationWarnings}}
|
|
{{('batchValidationReportRecordsNotFound') | translate}}
|
{{validationReport.numberOfNullRecords}}
|
|
{{('batchValidationReportRecordsNotEditable') | translate}}
|
{{validationReport.numberOfRecordsNotEditable}}
|
|
{{('batchValidationReportDuration') | translate}}
|
({{validationReport.startIsoDateTime}}
...
- {{validationReport.endIsoDateTime}}) = {{validationReport.totalTimeInSeconds}}s
|