how to join two flat file if they have diff. structure?how to join one relational and one flat file?
Answers were Sorted based on User's Feedback
Answer / pradosh
if the flat files has diff stracture then
sd-->sq-->exp>
...>join-->tgt
sd1-->sq1-->exp1>
that means take flat file source then take 2 exp transformation in which u take variabl ports i.e a=1 and exp1 is b=1 then based on condition u take a joined trans and connect to target.
join takes diferent sources
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vijay
you have two flat-files with u.
prepare two source instances with the structure you have as
oracle relational tables. after that change them to
flatfiles in the source instances.
then connect to the target's that u already prepared by
simple-pass mapping. now you have two relational source
tables with u,then join the tables using joiner.
--------------------------------------------------
how to join one relational and one flat file?
same as above convert the flatfile to relational table
through simple-pass mapping. now join two relational tables
using joiner in the same mapping itself.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi sravanti
Could U please explain how to join ?
| Is This Answer Correct ? | 0 Yes | 1 No |
What are variable ports and list two situations when they can be used?
What is the command used to run a batch?
what is the need of session partitioning... how it is useful in real time
source name sal aaaa 2000 bbbb 3000 abcd 5000 Target name sal aaaa 2000 bbbb 3000 abcd 5000 total 10000 how to get total as new row and sum as 10000 thanks
The question was on time stamp. what is the difference between HH and HH24 when to use when.
how do u fnd the duplicate rows and how to delete the duplicate rows?
Any one can tell me how to explain puss-down optimization ? explain me with example plz?
what is the flow?
what are the different types of transformation available in informatica and what are the mostly used ?
How do you manage the Parameter files while migrating your data from one environment to another environment?
Can you access a repository created in previous version of Informatica?
What are the conditions needed to improve the performance of informatica aggregator transformation?