My flat file source is
C_Id 1-nov-2011 8-nov-2011
100 2000 1500
101 2500 2000
I want my Target as
C_Id Week_Num Amt
100 45 2000
100 46 1500
101 45 2500
101 46 2000
Answers were Sorted based on User's Feedback
Answer / vijaya
by using normalizer transformation we can done it.
sq-> ex,-> norm-> tgt
if you want clear answer u check tmrw this question
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / yamini
Hi,
we can pass the date values in mapping parameter. why because as the column values are constant so we can pass that values in expression by creating output ports.
So after exp transformation put a normalizer with occurrence 2. after normalizer put an exp to convert date into week by to_char function
| Is This Answer Correct ? | 0 Yes | 0 No |
Insert else update option in which situation we will use
What is the Rankindex in Ranktransformation?
i have flat file it contains 'n' number of records, i need to send half of the records to one target table and Remaining half to another target table: pls full details
8 Answers L&T, TCS, UnitedHealth Group, Wipro,
In joiner, how to load Master table in Target?
how to sort date field in infomatica?
What do mean by local and global repository?
performance wise which one is better in joiner and lookup transformation
I want load the data into target with out 1st and last record.
1)What is Data Masking in informatica? 2)How to restrict junk characters while loading data into target. 3) what happen if i won't pass sorted input in a transformation.
What is the difference between warehouse key and surrogate key?
In Lookup transformation a sql override should be done and disable the cache how do you do this procedure?
what is the diff b/w union and joiner and lookup?