how to identify new and old values in source qualifier or
any other transformations using informatica
Answers were Sorted based on User's Feedback
old values you might store in target right?then use that
old values for comparision of new values by using lookup
tranformaton....give key port lkp t/n from sq and give
condition like oldvalue=newvalue
if condition true means those are old vakues
| Is This Answer Correct ? | 0 Yes | 0 No |
i have source flat file like 1 a,1 b,1 c,2 a,2 b,2 c i want output as 1 a,b,c and 2 a,b,c ... how can achieve this
HOW DO YOU CONNECT TO REMOTE SERVER ?
What is an active transformation?
how to duplicates from expression transformation without using sorter before that
What is data quality? How can a data quality solution be implemented into my informatica transformations, even internationally?
insallation procedure for power center 8.1.1 especialy domain_config hw to use parameter files
What is native users?
What is data merging, data cleansing and sampling?
define galaxy repository in informatica
Reusable transformation and shortcut differences
How to import oracle sequence into Informatica?
I am having source ENO ENAME LOC 1 A PUNE 2 B MUMBAI 3 C CHENNAI Target ENO ENAME LOC 1 A PUNE 2 B MUMBAI 3 C CHENNAI If a new record coming from source from same location it should directly go to specified location in target at begining EX:if Eno with 4 coming from same Pune, It should directly load into the Pune location col with '|' symbol. Help me its very urgent