Guidance
File format
Updated 1 May 2026
Download CSV 2.9 KB
| Name | Description | Position | Description of Regular Expression | Validation Regular Expression |
|---|---|---|---|---|
| ReportingDate | Date the file was due to be submitted to Ofqual regardless of when it was actually uploaded (this date will be made available by Ofqual). | 1 | The date in the following format: year (4 digits), a dash, month (2 digits), a dash, day (2 digits) | ^(20)\d\d[-](0[1-9]|1[012])[-](0[1-9]|[12][0-9]|3[01])$ |
| AwardingOrganisation | Awarding organisation acronym as it appears in Ofqual’s Register of Regulated organisations | 2 | 1 to 150 characters accepted | ^.{1,150}$ |
| CentreName | Name of centre or trading name | 3 | 1 to 255 characters accepted. -2 accepted for unknown | ^.{1,255}$ |
| Address | Address of Centre (excluding postcode) | 4 | 1 to 150 characters accepted. -2 accepted for unknown | ^.{1,150}$ |
| Postcode | Postcode of centre | 5 | 1 to 10 characters accepted. -2 accepted for unknown | ^.{1,10}$ |
| Country | Name of country. For names of Non-UK countries, please use the FCDO geographical names index https://www.gov.uk/government/publications/geographical-names-and-information Please provide the region name (Scotland, Isle of Man, or Channel Islands) for Other UK regions | 6 | 1 to 50 characters accepted. -2 accepted for unknown | ^.{1,50}$ |
| CentreURN | Centre’s Unique Reference Number as assigned by the Department for Education at the time of data submission | 7 | Valid Centre URN. 6-digit integer accepted. -2 also accepted where centre does not have a URN or if URN is unknown | ^(?:-2|\d{6})$ |
| CentreNCN | Centre’s National Centre Number as allocated by the Joint Council for Qualifications (JCQ) at the time of data submission. Higher NCN code not accepted | 8 | Valid NCN code. 5-digit integer accepted. Higher NCN code not accepted. -2 also accepted where centre does not have a NCN or if NCN is unknown | ^(?:-2|\d{5})$ |
| UKPRN | Centre ID – UK Provider Reference Number | 9 | 8-digit integer -2 accepted for unknown | ^(?:-2|\d{8})$ |
| CentreIdentifierOther | Any other unique number allocated to the centre or assessment venue by individual awarding organisations at the time of data submission. Must be provided if neither CentreURN, CentreNCN or UKPRN are available | 10 | 1 to 15 characters accepted. -2 permitted where at least one of NCN, URN or UKPRN have been provided | ^.{1,15}$ |
| CentreApprovalDate | Date of when centre had been first approved by the awarding organisation | 11 | The date in the following format: year (4 digits), a dash, month (2 digits), a dash, day (2 digits). -2 accepted for unknown | ^(20)\d\d[-](0[1-9]|1[012])[-](0[1-9]|[12][0-9]|3[01])$ |
| CurrentCentreStatus | Current status of centre as of the start of the current academic year (1 September) | 12 | Accepted values: Approved, No longer approved | ^(Approved|No longer approved)$ |
| QualificationNumber | The unique identifier for the qualification as it appears in Ofqual’s Register of Regulated Qualifications, for example, 123/1234/1. | 13 | Valid Qualification Number. 10 characters accepted | ^.{10}$ |