Global Statistics
{{#global}}
Mapping Name: {{mappingName}}
Recon Id: {{reconId}}
Start Time: {{startTime}}
End Time: {{endTime}}
{{/global}}
Source System Statistics
{{#source}}
System Name: {{name}}
Start Time: {{startTime}}
End Time: {{endTime}}
Duration: {{durationMinutes}} minutes
Entries: {{entries}} read
Entry List Query duration: {{entryListDurationSeconds}} seconds
SITUATIONS
- CONFIRMED: {{CONFIRMED.count}}
- MISSING: {{MISSING.count}}
- FOUND: {{FOUND.count}}
- ABSENT: {{ABSENT.count}}
- UNQUALIFIED: {{UNQUALIFIED.count}}
- UNASSIGNED: {{UNASSIGNED.count}}
Invalid entries: {{NOTVALID.count}}
{{/source}}
Target System Statistics
{{#target}}
System Name: {{name}}
Start Time: {{startTime}}
End Time: {{endTime}}
Duration: {{durationMinutes}} minutes
Entries: {{entries}} read
Entry List Query duration: {{entryListDurationSeconds}} seconds
SITUATIONS
- CONFIRMED: {{CONFIRMED.count}}
- MISSING: {{MISSING.count}}
- FOUND: {{FOUND.count}}
- ABSENT: {{ABSENT.count}}
- UNQUALIFIED: {{UNQUALIFIED.count}}
- UNASSIGNED: {{UNASSIGNED.count}}
Invalid entries: {{NOTVALID.count}}
{{/target}}
Detailed Source Statistics
{{#source}}
{{#if CONFIRMED.ids.length}}
Confirmed ids:
{{#each CONFIRMED.ids}}
{{this}}
{{/each}}
{{/if}}
{{#if MISSING.ids.length}}
Missing ids:
{{#each MISSING.ids}}
{{this}}
{{/each}}
{{/if}}
{{#if FOUND.ids.length}}
Found ids:
{{#each FOUND.ids}}
{{this}}
{{/each}}
{{/if}}
{{#if ABSENT.ids.length}}
Absent ids:
{{#each ABSENT.ids}}
{{this}}
{{/each}}
{{/if}}
{{#if UNQUALIFIED.ids.length}}
Unqualified ids:
{{#each UNQUALIFIED.ids}}
{{this}}
{{/each}}
{{/if}}
{{#if UNASSIGNED.ids.length}}
Unassigned ids:
{{#each UNASSIGNED.ids}}
{{this}}
{{/each}}
{{/if}}
{{/source}}
Detailed Target Statistics
{{#target}}
{{#if CONFIRMED.ids.length}}
Confirmed ids:
{{#each CONFIRMED.ids}}
{{this}}
{{/each}}
{{/if}}
{{#if UNQUALIFIED.ids.length}}
Unqualified ids:
{{#each UNQUALIFIED.ids}}
{{this}}
{{/each}}
{{/if}}
{{/target}}