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 |
In CSV flat file date are in the following format. dd/mm/yyyy (05/01/2005)and d/m/yyyy (5/1/2005) and dd/m/yyyy (05/1/2005) and d/mm/yyyy (5/01/2005). It should be load to target in a unique format. How will you implement this?
Why filter transformation is an active one?
What is meant by a domain?
WHAT IS UPDATE OVERRIDE . DIFFERENCE BETWEEN SQL OVERRIDE AND UPDATE OVERRIDE ?
What are the new features of informatica 9.x in developer level?
surrogate keys usage in Oracle and Informatica?
5 Answers ITC Infotech, Oracle,
Plz can anybody send Informatica and Cognos FAQ Plz To thid ID ppradeep_dwh@ayhoo.co.in
Hi ETL gurus can any one tell me with a flow how to implement SCD Type 1 and SCD Type 2 in a single mapping.For some fields SCD type has to be implemented and for some fields scd type has to be implementd..Thank in advance..please let me know in case of any concerns...
What is informatica? What exactly are the practical uses in real world
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...
Explain dynamic target flat file name generation in informatica
what is data driven in update strategy transformation?