ushakishore
Technical User
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
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