Hi Team,
i need to validation the zip code, locality name and state.
currently i am keying the data and validating manually with address data base available in excel
while validating i am following bellow procedure...
1st Priority is ZIP
if zip code found then search for locality name and state name, wheather available with give zip code or not and mention the result(Valid/Invalid)
output eg:- ZIP= Valid, Locality=Valid, State Valid
2nd priority is Locality:-
if zip code not found then mention ZIP="Invalid"
if locality name found then search for state name availabe with locality
output eg:- ZIP= Invalid, Locality=Valid, State Valid
3rd Priority is State:-
look for state name only
output eg:= ZIP= Invalid, Locality=Invalid, State Valid
regards,
Ashok
i need to validation the zip code, locality name and state.
currently i am keying the data and validating manually with address data base available in excel
while validating i am following bellow procedure...
1st Priority is ZIP
if zip code found then search for locality name and state name, wheather available with give zip code or not and mention the result(Valid/Invalid)
output eg:- ZIP= Valid, Locality=Valid, State Valid
2nd priority is Locality:-
if zip code not found then mention ZIP="Invalid"
if locality name found then search for state name availabe with locality
output eg:- ZIP= Invalid, Locality=Valid, State Valid
3rd Priority is State:-
look for state name only
output eg:= ZIP= Invalid, Locality=Invalid, State Valid
regards,
Ashok