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 |
What is the term PIPELINE in informatica ?
how lookup is acting as both active and passive ? how is it possitble?
can we override a native sql query within informatica? Where do we do it? How do we do it?
what are the difference between Informatica 7.1 and 8.1?
If we have 1000 rows were loaded in to datawarehouse and next day the source have 1010 rows so, how can we loaded only updated rows into target.
What is rank transformation in informatica
How do you use reject loader.
what are the perameter and variable?
why we use stored procedure transformation?
In which scenario did you used pushdown optimization?
i have 2 mapings for this 2 mapings i want use only one lookupt/r how?
Please create a mapping where I have source which has one column with name like Aman_Gupta Rakesh_Mehra Sachin_More I want the target field should contain the name in reverse order i.e Gupta_Aman Mehra_Rakesh More_Sachin. Can you please tell me what transformation would be needed to do this.