if i have records like these
(source table)
rowid name
10001 gdgfj
10002 dkdfh
10003 fjfgdhgjk
10001 gfhgdgh
10002 hjkdghkfh
the target table should be like these by using expression
tranformation.
(Target table)
rowid name
10001 gdgfj
10002 dkdfh
10003 fjfgdhgjk
xx001 gfhgdgh
xx002 hjkdghkfh
(that means duplicated records should contain XX in there
rowid)
Answer Posted / krishnakanth.ch
First make sure the values are sorted by rowid and passed
to an expression transformaion.Now create a variable port
in the exp. Lets think var1 and make it empty in the
expression .
now compare rowid with var1 by
IIF(VAR1=ROWID,XX||SUBSTR(ROWID,3,3),ROWID)
When the session starts, since initially the var1 is null,
it will be replaced with first rowid. When the second
record is passed, the values will match the required format
of rowid will be passed and remember to pass the value in
the var1 to the next transformation or target.
Hope this will solve.
Please let me if anything is wrong or does not work out.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What could be the possible resons of locks by user?
How do you use reject loader.
How to differentiate between the active and passive transformations?
In informatics server which files are created during the session rums?
-Which expression we can not use in Maplets?, -Can we join(relate) two dimensions in a schema? -Why and where we use 'sorted input' option?
What are the main features of Oracle 8i with context to datawarehouse?
What all are steps in up gradation of Informatica server?
What are the databases that informatica can connect to windows?
How to partition the Session?
if we have a delimiters at unwanted places in a flat file how can we over come those.
What is informatica etl tool?
What do you understand by term role-playing dimension?
Enlist few areas or real-time situations where informatica is required.
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?
wf dont have integration severances how you can run?