Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND
LOOKUP?

Answers were Sorted based on User's Feedback



HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?..

Answer / jz

If Two Flat files having same coll then go for Union t/r to
join.

Is This Answer Correct ?    27 Yes 10 No

HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?..

Answer / amedela chandra sekhar

If two flat files are having same structure then we can join
by using Union transformation.








Chandu

Is This Answer Correct ?    16 Yes 1 No

HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?..

Answer / ajay konidena

No we can't join two flat file with out using joiner ,look
up

Is This Answer Correct ?    9 Yes 3 No

HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?..

Answer / sarthak

With the help of command task...

cd dir_path
cat 1st_filename 2nd_filename >> 3rd_filename

Then,

create 1 flatfile and connect it to target.

In session property,
give the filename: 3rd_filename and its path

Is This Answer Correct ?    6 Yes 2 No

HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?..

Answer / rahul patil

All the above approaches are not correct because question was to join two flat files... if we use indirect file or unix command or joiner trns, we could only union two files but not join.

If we have file1 --- 100 records and
file2 --- 100 records then through above approaches we would have only 200 records.

But a join without join condition would return cartesian product and in our case count should be 10000.


Rahul Patil
DWHKID

Is This Answer Correct ?    4 Yes 2 No

HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?..

Answer / tulasi pavani.k

If two flat files are of same structure we can join by
creating one list file and by writing the the names of those
two flat files in one text file.

source file directory:c:/order.txt
source file type:indirect

Is This Answer Correct ?    4 Yes 3 No

HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?..

Answer / murali udayagiri

Use join UNIX command in pre-session command for joining
both the files and write to a file. Use single SQ trans in
mapping to read that joined flat file data.



Thanks,
Murali Udayagiri

Is This Answer Correct ?    0 Yes 2 No

HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?..

Answer / avru.bal

we can join the 2 flat files by using filerepsitory..save
both files in one directory gve the path name c:\.txt and
provide default type=oracle then apply,
in session properties provide
source file directory:c:/txt
source file type:indirect
provide target connection..so that we can join the both
files without using joiner n lookup

Is This Answer Correct ?    2 Yes 8 No

HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?..

Answer / sri

SORRY GUYS,BY MISTAKE I POST THE WRONG ANSWER.MAY BE I THINK
INDIRECT METHOD IS CORRECT ONE TO ACHIEVE THIS.

Is This Answer Correct ?    6 Yes 16 No

HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?..

Answer / senthil

USE SOURCE QUALIFIER WHILE MAPPING CREATED ...

Is This Answer Correct ?    1 Yes 20 No

Post New Answer

More Informatica Interview Questions

What is session task and command task?

0 Answers  


we have 6 records in source , i need 2nd record in one target and 5th record in one target or 2nd & 5th record in same target.

8 Answers  


Can you use flat files in Mapplets.

0 Answers  


Hello, I have the below table: CityID CityName CostOfLiving 1 Mumbai 5000 1 Bangalore 4500 1 Chennai 4800 2 Vapi 6000 3 New Delhi 8000 I am passing the rows of the above table through the aggregator transformation in Informatica What happens in the following conditions: 1) I specify no group-by ports? 2) I specify a group-by on CityID without making any separate post for aggregation? Which city and costofliving will this eventually take for CityID=1? 3) Rest being same as point 2,I take the sum of cost of living.Which city will be returned for ID=1? Thanks for your help!

1 Answers  


Is LOAD MANAGER AND LOAD BALANCER same in informatica?

1 Answers   KPIT,


Which will beter perform IIf or decode?

3 Answers   TCS,


how can you load data into target table without leading zeor's

4 Answers   Deloitte,


What is meant by query override?

0 Answers  


permutations of mapplet

0 Answers   TCS,


My source is flat file which contain only one column with data type varchar.now i want to send string data types into one target and if any numbers and special characters are there that should be send it into another target.so how do you design a mapping for this?

6 Answers   Accenture,


have u done any performance tuning? how u ll do?

0 Answers   IMB, TCS,


what is the difference between static and dynamic

4 Answers   TCS, Wipro,


Categories