Skip to content

Commit

Permalink
update school census schema 23 and 24
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Troy committed Jun 18, 2024
1 parent 9243b49 commit a6fff80
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,107 @@ Autumn:
- code: "C"
- code: "O"
canbeblank: yes
column_map.schoolarrangedapdetailoffroll:
type: add
description: Adds new table for 2023 return
value:
schoolarrangedapdetailoffrolltableid:
&alphanumeric-not-blank
string: "alphanumeric"
canbeblank: no
NativeId:
*alphanumeric-not-blank
schoolarrangedapdetailoffrollorderseqcolumn:
*alphanumeric-not-blank
sourceid:
*alphanumeric-not-blank
pupilnolongeronrolltableid:
*alphanumeric-not-blank
urn:
&int-blank
numeric:
type: "integer"
canbeblank: yes
ukprn:
*int-blank
entrydate:
&date
date: "%Y-%b-%d %H:%M:%S"
canbeblank: yes
leavingdate:
*date
apsessionsperweek:
*int-blank
apsettingtype:
&ap-setting
category:
- code: "NFE"
- code: "OOT"
- code: "OTH"
- code: "WBP"
canbeblank: yes
placementreason:
&placement-reason
category:
- code: "BHS"
- code: "SUS"
- code: "EXR"
- code: "MHN"
- code: "OTH"
- code: "PHN"
canbeblank: yes
senprovisionentry:
&sen-provision
category:
- code: "N"
- code: "E"
- code: "K"
- code: "S"
- code: "A"
- code: "P"
canbeblank: yes
senprovisionleaving:
*sen-provision
apattendancepattern:
&attendance-pattern
category:
- code: "FT"
- code: "PT"
canbeblank: yes
column_map.schoolarrangedapdetailonroll:
type: add
description: Adds new table for 2023 return
value:
schoolarrangedapdetailonrolltableid:
*alphanumeric-not-blank
NativeId:
*alphanumeric-not-blank
schoolarrangedapdetailonrollorderseqcolumn:
*alphanumeric-not-blank
sourceid:
*alphanumeric-not-blank
pupilonrolltableid:
*alphanumeric-not-blank
urn:
*int-blank
ukprn:
*int-blank
entrydate:
*date
leavingdate:
*date
apsessionsperweek:
*int-blank
apsettingtype:
*ap-setting
placementreason:
*placement-reason
senprovisionentry:
*sen-provision
senprovisionleaving:
*sen-provision
apattendancepattern:
*attendance-pattern

Spring:
column_map.pupilnolongeronroll:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,32 @@ Autumn:
description: Rename column in pupilonroll
value:
sex
column_map.schoolarrangedapdetailoffroll.applacementpostcode:
type: add
description: Adds new column for schoolarrangedapdetailoffroll
value:
&postcode-blank
string: "postcode"
canbeblank: yes
column_map.schoolarrangedapdetailoffroll.companynumber:
type: add
description: Adds new column for schoolarrangedapdetailoffroll
value:
&company-number
string: "regex"
cell_regex:
- ([A-Za-z]{2}|\d{2})\d{6}
canbeblank: yes
column_map.schoolarrangedapdetailonroll.applacementpostcode:
type: add
description: Adds new column for schoolarrangedapdetailonroll
value:
*postcode-blank
column_map.schoolarrangedapdetailonroll.companynumber:
type: add
description: Adds new column for schoolarrangedapdetailonroll
value:
*company-number

Spring:
column_map.pupilnolongeronroll.gender:
Expand Down

0 comments on commit a6fff80

Please sign in to comment.