Parsing of RSP's specification now cached to /data. This means that we can ship the tables with the project, rather than the .pdf being a requirement of use.

This commit is contained in:
2026-05-22 10:37:42 +01:00
parent 14b17a22d7
commit fc09eb775e
14 changed files with 195 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
Field,Field Description,Length,Position,Notes
1,Record Identity,2,1-2,With the constant value HD.
2,File Identity,20,3-22,
3,Date of Extract,6,23-28,Format ddmmyy defining the date that the BTD extract file was created.
4,Time of Extract,4,29-32,hhmm defining the time that the BTD extract file was created.
5,Current File Reference,7,33-39,Unique file reference.
6,Last-file-reference,7,40-46,Unique file reference.
7,Update Indicator,1,47,U=Update. F=Full extract.
8,Version,1,48,Version identifier of CIF software.
9,Extract start date,6,49-54,Same as Field 3 above.
10,Extract end date,6,55-60,
11,Spare,20,61-80,
1 Field Field Description Length Position Notes
2 1 Record Identity 2 1-2 With the constant value ‘HD’.
3 2 File Identity 20 3-22
4 3 Date of Extract 6 23-28 Format ddmmyy defining the date that the BTD extract file was created.
5 4 Time of Extract 4 29-32 hhmm defining the time that the BTD extract file was created.
6 5 Current File Reference 7 33-39 Unique file reference.
7 6 Last-file-reference 7 40-46 Unique file reference.
8 7 Update Indicator 1 47 ‘U’=Update. ‘F’=Full extract.
9 8 Version 1 48 Version identifier of CIF software.
10 9 Extract start date 6 49-54 Same as Field 3 above.
11 10 Extract end date 6 55-60
12 11 Spare 20 61-80