Validate UK VAT Number format in three simple steps
- Download and install the software, here are the links to the latest version
- Watch the following on-line tutorial, it answers most of the questions:
- Validate the data
Advanced ETL Processor: |
![]() |
![]() |
Is UK VAT Number validation function properties
| Description: | United Kingdom VAT Numbers format verification with support for optional member state definition. |
| Regular Expression: | ^(GB){0,1}([1-9][0-9]{2}\ [0-9]{4}\ [0-9]{2})|([1-9][0-9]{2}\ [0-9]{4}\ [0-9]{2}\ [0-9]{3})|((GD|HA)[0-9]{3})$ |
| Pass: | GB123123412|||GBGD123|||123123412123 |
| Fail: | GB1231234124|||GBGD1234|||023 1234 12 123 |
Advanced ETL Processor has a robust validation process built in.
The types and nature of the validations taking place can be tweaked and configured by the user. A full range of validation functions is included. Validations can be performed on the basis of data type, lists of values, and regular expressions, which can be individually changed according to the requirements.






