Posted on USMS website, I saw a comment that CL2 is similar to SDIF
Looking at one of my CL2 files,
I can see: D3MMDDY(First 3 letters of first name)(Middle Initial)(Four letters of last name)
That line would be their USS Number
I will inform you of more details when I have time to read through it.
Below is information from SDIF with a random CL2 entry I found.
SDIF at least state below show up as 136 characters long, while CL2 entries so far have been 160 characters long.
A key would to parse through is "D0" lines -> these are records.
D01CA Purdy, Joseph J 020403JOSJPUAUSA0204200317MM 1003 6 UNOV02152020 1:06.26L 1:07.42L 1:07.85L 1 6 3 6 3 3 37503 NN13
start/length
1/2 M1 CONST "D0"
3/1 M2 CODE ORG Code 001, table checked
4/8 future use
12/28 M1 NAME swimmer name
40/12 M2 ALPHA USS#
52/1 CODE ATTACH Code 016, table checked
53/3 CODE CITIZEN Code 009, table checked
56/8 M2 DATE swimmer birth date
64/2 ALPHA swimmer age or class (such as Jr or Sr)
66/1 M1 CODE SEX Code 010, table checked
67/1 M1# CODE EVENT SEX Code 011, table checked
68/4 M1# INT event distance
72/1 M1# CODE STROKE Code 012, table checked
73/4 ALPHA Event Number
77/4 M1# CODE EVENT AGE Code 025, table checked
81/8 M2 DATE date of swim
89/8 TIME seed time
97/1 * CODE COURSE Code 013, table checked
98/8 TIME prelim time
106/1 * CODE COURSE Code 013, table checked
107/8 TIME swim-off time
115/1 * CODE COURSE Code 013, table checked
116/8 TIME finals time
124/1 * CODE COURSE Code 013, table checked
125/2 INT prelim heat number
127/2 INT prelim lane number
129/2 INT finals heat number
131/2 INT finals lane number
133/3 ** INT prelim place ranking
Posted on USMS website, I saw a comment that CL2 is similar to SDIF
Looking at one of my CL2 files, I can see: D3MMDDY(First 3 letters of first name)(Middle Initial)(Four letters of last name) That line would be their USS Number
I will inform you of more details when I have time to read through it. Below is information from SDIF with a random CL2 entry I found. SDIF at least state below show up as 136 characters long, while CL2 entries so far have been 160 characters long.
A key would to parse through is "D0" lines -> these are records. D01CA Purdy, Joseph J 020403JOSJPUAUSA0204200317MM 1003 6 UNOV02152020 1:06.26L 1:07.42L 1:07.85L 1 6 3 6 3 3 37503 NN13