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 |
Define error Threshold?
Why we select the table which has minimum number of records as Master table in joiner?
What is IQD file?
Can we have a Mapping without a Source Qualifier?
WHAT IS THE DIFFERENCE BETWEEN .NET AND INFORMATICA?
What is rank index in rank transformation?
i have two coloumn emp_no sal 1 3000 2 3000 3 3000 4 4000 5 5000 6 2700 7 4500 i just need output by removing duplicate.my answer should be emp_no sal 1 3000 2 4000 3 5000 and so on.please tel me the transformation to use and if variable is used in expression then how can i give variable expression
What is the difference between informatics 7x and 8x and what is latest version?
What is meant by LDAP users?
If there are more than one sessions running parallel in a worklet, which will be the last session ?
Can we use the mapping parameters or variables created in one mapping into another mapping?
Diff b/w ShortCut and reusabel Object ?