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 |
How to calculate the cache size if say we are doing a performance check on a mapping and found that a particular cache needs to be changed. Is there a formula to calculate this! i know that informatica has a auto option available but how to calculate manually?
hi all, can anyone please tell me the difference between erwin tool and informatica ?how these both works ? how this both are going to connect with business objects. THANKS IN ADVANCE
In informatics server which files are created during the session rums?
I have 2records in target table and this record is deleted in source. Now if I run mapping twice how many records do target will have, source having 10records. Same with incrementally. Please answer me ASAP.
How can we use batches?
What is a code page in Informatica
3 Answers American Express, Cognizant, Deloitte,
Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?
what is size of u r database?
What is Target Update Override? What is the Use ?
How many numbers of sessions can one group in batches?
Define sessions in informatica etl?
how can we load 365 flat file to a single fact table (target) as a history load in single mapping?