how to join two flat files in informatica?
Answers were Sorted based on User's Feedback
If the structure of the two flat files is same we can use SQ.by using in direct
if there is no common field in the two flat files then
create dummy columns in the exp t/r and then by using the dummy columns u can join them in the joiner t/r by giving the condition dummy = dummy1.
the flow is like this
src1--->SQ----->exp--->
|--->joiner---->target
src2--->SQ----->exp--->
| Is This Answer Correct ? | 10 Yes | 0 No |
Hi Rajesh
could you plz tell me the steps to join from joiner tr.
Regards
Mehul Thakur
| Is This Answer Correct ? | 0 Yes | 1 No |
There are n numbers of flatfile of exactly same format are placed in a folder .Can we load these flatfile's data one by one to a single relational table by a single session??
Describe an informatica powercenter?
What is an expression transformation?
Explain how many types of dimensions are available in informatica?
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
How many transformations can be used in mapplets.
i have an aggregater in my mapping and no group by port on any column and i ampassing 100 rows through aggregater,so how many rows i will get as out put from aggregater
COM components can be used in Informatica
how can we load first and last record from a flat file source to target?
7 Answers Infosys, ITC Infotech,
What is Data Caches size?
suppose i have source 101 a 101 b 101 c 101 d i want target like 101 abcd how will u achive this please give me the answer
every DWH must have time dimension so now what is the use of the time dimension how we can calculate sales for one month,half-yr'ly,and year'ly?how we are doing this using time dimension.