Validate Australian Post Code 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 Australian Post Code validation function properties
| Description: | Australian postal code verification. Australia has 4-digit numeric postal codes with the following state based specific ranges. ACT: 0200-0299 and 2600-2639. NSW: 1000-1999, 2000-2599 and 2640-2914. NT: 0900-0999 and 0800-0899. QLD: 9000-9999 and 4000-4999. SA: 5000-5999. TAS: 7800-7999 and 7000-7499. VIC: 8000-8999 and 3000-3999. WA: 6800-6999 and 6000-6799 |
| Regular Expression: | ^(0[289][0-9]{2})|([1345689][0-9]{3})|(2[0-8][0-9]{2})|(290[0-9])|(291[0-4])|(7[0-4][0-9]{2})|(7[8-9][0-9]{2})$ |
| Pass: | 0200|||7312|||2415 |
| Fail: | 0300|||7612|||2915 |
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.






