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 ??
Answers were Sorted based on User's Feedback
Answer / sukanta
As per your question two files have same no of records
take first file's 5 column to a expression
transformation,add a output column in it let say 'A'.create
a mapping variable let say 'countA' having datatype
integer.Now in port 'A' you put expression like
setcountvariable(countA).
take second file's 3 column to a expression transformation
,add a output column in it let say 'B'.create a mapping
variable let say 'countB' having datatype integer.Now in
port 'B' you put expression like setcountvariable(countB).
The above two is only meant for creating common fields with
common data in two pipeline.
Now join two pipe line in a joiner transformation upon the
condition A=B.
Now join the required 8 ports to the target.
You get your target as per your requirement.
Regards
Sukanta
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / moorthy g
You Can create dummy port for each source Qual. then connect
to Join Trans., and Join two dummy port.in Joiner
Transformation.
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / moorthy g
You Can Use Union Transformation for combine two flat files
Is This Answer Correct ? | 1 Yes | 14 No |
What is meant by target load plan?
What is CDC? How to implement CDC?
wt is inline view? when and why we Use ?mail to rayallarv@gmail.com
What are Target Options on the Servers?
What is Collect performance data in informatica and what is the use of it.
What is a mapplet/worklet in informatica?
What is lookup change?
Can you please mail me a copy of Informatica Certification Exam dumps to r_balakrishna@yahoo.com
What will be the approach?
What do you mean by channel change?
I am Unable to load the FixedWith FlatFile Into The Target.What Is The Reason. PLZ Help Me..
How to Display top 2 salaries for each department WITHOUT using Rank Transformation And WITHOUT using SQL queries in source qualifier.