I have to write regular expression in informatica data quality for 16 digit ID which should follow below set of validation. ID Must have 16 characters and follow below rules-
- First 6 must be alphabetic characters
- Position 7 & 8 are numeric digits
- Position 9 alphabetic character
- Position 10 &11 are numeric digits
- Position 12 alphabetic character
- Position 13-15 are numeric digits
- Position 16 alphabetic character
I have tried with many ways , not working as expected.Can anyone please help me here.