I have source like this 1:2;3. so i want to load the target
as 123

Answer Posted / amedela chandra sekhar

S.D--->S.Q....>EXP T/R......>TGT


In exp t/r create one out put port give condition
by using Replace function we can achieve this scenario.

or sql query :

select replace('1:2;3','1:2;3','123') from dual;
ans:

REP
---
123

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

4 yrs etl devloper roles and responsibilities?any body give solutions

1567


Tell me about your experience in informatica? what is best mark you can give yourself? How to answer this question?

7763


can any one give some examples for pre sql and post sql(Except dropping and creating index).

3502


How you know when to use a static cache and dynamic cache in lookup transformation?

1331


What are the advantages of informatica?

567






Under what conditions selecting sorted input in aggregator will still not boost session performance?

629


explan ur project architecture?

1587


Can you generate sequence numbers without using the sequence generator transformation?

595


Can informatica load heterogeneous targets from heterogeneous sources?

690


I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.

1203


Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks

6357


what is INFORMATICA TESTING process

1838


What is the main purpose of Unconnected lookup other than updating slowly changing dimensions? or In which case u use Unconnected lookup?

6398


In development project what is the process to follow for an etl developer from day1

1272


What is meant by lookup transformation? Explain the types of lookup transformation?

565