Source
---------
eno , ename, sal
001,ank,1000
002,behe,2000
003,raj,2500
Target
-------
header :DDMMYYYY24MMSS timestamp
body: 001,ank,1000
002,behe,2000
003,raj,2500
footer: count(eno),sum(sal)
how to implement the same in a FF tgt?
Answers were Sorted based on User's Feedback
Answer / sachin
We can do it in two ways
1)in unix level.write a script to get the footer and header.
2)we can create 3 flows for header ,body and footer and append them one by one
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pooja
Watch Out this link:
https://www.youtube.com/watch?v=zKNVn9Rhn5o
It is similar to the question posted
| Is This Answer Correct ? | 0 Yes | 0 No |
i want to convert below src into target src is as follows maths 30 science 20 social 81 i want data in trg like below maths science social 30 20 81
What are the ETL tools available in DWH?
How to convert multiple rows to single row (multiple columns) in informatica
Explain the code page compatibility?
i have source flat file like 1 a,1 b,1 c,2 a,2 b,2 c i want output as 1 a,b,c and 2 a,b,c ... how can achieve this
What do you mean incremental aggregation?
How does the aggregator transformation handle null values?
What is the difference between view and materialised view?
what is the use of Java Transformation in Informatica 8.x?
what is semi-additive fact?where did u used?
Input flatfile1 has 5 columns, faltfile2 has 3 columns(no common column) output should contain merged data(8 columns) Please let me know how to achieve ??
I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.