I have source like this 1:2;3. so i want to load the target
as 123
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / soujanya
select replace('1:2;3','1:2;3','123') from dual;
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dilip ingole
using sql same thing in informatica also
SELECT REGEXP_REPLACE('1:2;3.','[^[:digit:]]','') DATA FROM DUAL;
| Is This Answer Correct ? | 0 Yes | 0 No |
can anyone explain me about sales project in informatica?
when we use lookup,if have 5 records,if i dont need 1st and 2nd records..what will be the procedure to achieve by using lookup?/
What are the circumstances that infromatica server results an unreciverable session?
what is the command to get the list of files in a directory in unix?
what is the difference between Informatica 7.1 and Abinitio?
Can we use Union Transformation for Heterogeneous sources? i.e; 3 sources, 1 from Oracle, 2nd from Informix, 3rd from Sql Server with same metadata?
What is log file,and where is it located,why u r using the log file
How can u work with remote database in informatica?did you work directly by using remote connections?
What is rank transform?
What does role playing dimension mean?
Have you worked with/created Parameter file
What is diff joiner and lookup