How will restrict values in 0-9 and A-Z and a-z and special
character.Only allowed these chars otherwise we will reject
the records? what is the function we used to restrict...



How will restrict values in 0-9 and A-Z and a-z and special character.Only allowed these chars oth..

Answer / jey.dgl

Using RegMatch in Informatica to validate

IIF(reg_match(in_Email,'^[a-zA-Z][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-
9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-
Z]$'),'Valid','Invalid')

Is This Answer Correct ?    15 Yes 3 No

Post New Answer

More Informatica Interview Questions

How to add source flat file header into target file?

3 Answers   Logica CMG,


What is workflow variable? When we use workflow variable? Can any one explain me with one example???

2 Answers   TCS,


following scenario i have 1000 record flatfile source i want ist row to ist target 2nd eow to 2nd target 3rd row to 3rd target how will u do?

7 Answers   Polaris,


My Source qualifier has empno, sal. Now my mapping is like SQ(EMPNO)->AGGR->EXP->TARGET SAL ------------>TARGET ? means only one source qualifier has 2 columns like empno, sal. connected to same target as shown in above mapping.Is this mapping valid or any issues are there if we design like this?

2 Answers   Span Systems,


source is a flat file empname, empno, sal ram, 101, 1,000 sam, 102, 2,000 ques: my target needs the data to be loaded as sal -1000 and 2000 excluding commas target empname, empno, sal ram, 101, 1000 sam, 102, 2000 how to implement this?

5 Answers   Polaris,






Stage is which type of load is it a full load or incremental load Please let me know in detail with best example

3 Answers   Infosys,


What are the challenges of Dataware housing in the future?

2 Answers   HP,


what is fact and what types of fact tables is there

4 Answers   Cap Gemini,


What is different between the data warehouse and data mart?

0 Answers  


suppose i have 1000 records and i want to load half of the record in target 1 and half in target2.how u'll do?

9 Answers   IBM,


connected and unconnected lookups?

4 Answers  


What are the different clients of powercenter?

0 Answers  


Categories