Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

iif condition help

Status
Not open for further replies.

ushakishore

Technical User
Jan 23, 2007
2
US
I want to perform a comparison
i want to validate email address,
so if the column email has adfa@23 then it should return 'False' if it is like adf@adf.com like a regular url
then it should return 'true'

In sql u can compare like [ where email like '%@%.com') how do you right that in informatica express trans using iif
i was trying
iif(email='%@%.com','y','n')
plz tell the correct one. If any one knows wat i mean
 
It is validating only ".com" extensions. What if they enter something else like .net, .co.in, .tv, .jp etc..

see it here

Not opposing anyone but to show an example


________________________________________________________
Zameer Abdulla
Help to find Missing people
Sharp acids corrode their own containers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top