Source is a flat file and want to load unique and duplicate
records separately into two separate targets; right??
Answer Posted / ankit kansal
Hi,
What i have understood after seeing your problem is like if your source contains 1,2,1,2,3 then only 3 is taken as unique and 1,2 will be considered as duplicate values.
SRC->SQ->SRT->EXP(to set flags for dup)->ROUTER->JOINER->EXP->RTR->2TGTS
http://deepinopensource.blogspot.in/
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is different between the data warehouse and data mart?
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
How can repository reports be accessed without sql or other transformations?
What is aggregator transformation in informatica?
What are the types of schemas we have in data warehouse and what are the difference between them?
Which files are created during the session rums by informatics server?
Write the program through which the records can be updated?
What is difference between a gateway node and worker node?
Which version configuration tool used in ur project?
What is confirmed fact in dataware housing?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me
Explain about cumulative Sum or moving sum?
What is DR strategy for Informatica project?
What is mapplet in informatica?