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 |
1)what is the use of bottlenecks in informatica. 2)where we are use shellscripting. 3)what meant by informatica.
How to calculate the cache size if say we are doing a performance check on a mapping and found that a particular cache needs to be changed. Is there a formula to calculate this! i know that informatica has a auto option available but how to calculate manually?
Design a mapping to load the cumulative sum of salaries of employees into target table?
Separate from an archive server and a powerhouse?
write a query to retrieve the latest records from the table sorted by version(scd)
How to extract the informatica rejected data?
Explain about Recovering sessions?
sample mappings for scd1,scd2 and scd3
Hi all, iam new to informatica, can anyone tell me what is unit testing & how it is done? thank u
difference between informatica 8.1.1 and 8.6? And different betweeninformatica 7x and 8x?
What is galaxy shema
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?