My source is flat file which contain only one column with data type varchar.now i want to send string data types into one target and if any numbers and special characters are there that should be send it into another target.so how do you design a mapping for this?

Answer Posted / santosh kumar sarangi

1.in expression t/r create one more port as below.
FLAG(integer)=IIF(LOWER(COL1)=UPPER(COL1) ,1,0)
2.Link the original port and FLAG port to router and create
a group as FLAG=1
3.Link the original port from the group to target of number
or special charater and default to target of character.

Let me know if any things wrong
Thanks and Regards
Santosh

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of schemas we have in data warehouse and what are the difference between them?

518


What is transformation?

656


What are the components of Informatica? And what is the purpose of each?

617


SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N

1682


what is the end to end process meaning in my project(my project is development)and functionality plz tell me

1493






Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance

1554


Why is sorter an active transformation?

662


Differences between version 7.x and 8.x.

1415


Explain in detail scd type 2 through mapping.

609


Differentiate between Load Manager and DTM?

1663


What is update strategy transform?

568


What is the need for an etl tool?

631


Write the different tools in the workflow manager?

570


As union transformation gives UNION ALL output, how you will get the UNION output?

639


Explain the features of connected and unconnected lookup.

542