Validation formats for authorisation (permit) numbers #80
Replies: 2 comments 5 replies
|
This table is amazing reference. I'm currently building a small python script based off it and was wondering what the "D" in the EPA permit numbers stand for? Is it the literal character "D" or does it represent something else? I'm asking because we have a few permit numbers that match it's format except for the "D" character (e.g.
|
|
I have seen some older examples in the format There are also sites with an exemption rather than a permit, |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Ultimately we would like to validate authorisation (permit) numbers against the source dataset for the 4 nations. However, this will take some time to implement so until then we will validate the format of these authorisation numbers by applying the following format validations per nation.
Please review and let us know if you have any authorisation numbers that do not conform to these patterns so that we can adjust accordingly.
LN/99/# (where # could mean any positive integer and can also have 01,02,---09, 10-99,100-999, etc))
WML 99/# (Could have /T appended) which means a transfer
LN/99/# (Could have any of the following (/M-modification, /V#-variation, /T-transfer, /C-closure) appended in any combination.
In V#, # means any positive integer.
All reactions