hi all, i have 1 flat file having 10 rows. like:-

id name amt
100 a 100
200 b 200
100 n 300
400 p 3000
100 a 100
600 x 6000

Now i want to load half of this data into one flat file and
remaining in other flat file.like :-

flat file 1

id name amt
100 a 100
200 b 200
100 n 300
----------------------
----------------------
flat file 2

id name amt
400 p 3000
100 a 100
600 x 6000

Plz reply me ASAP.

Answer Posted / shashank

source->SQ->exp[dummyRow=1]->sorter[sort by dummyRow]->
(input to 2 transformation,pipeline branching)
1. joiner[normal join on dummyRow]
2. aggregator[no group by,add port TotalNoOfRows with
expression COUNT(dummyRow)]
Sequence generator->joiner{say port name be RowNo}
{so, joiner will get input from 3 trn, sorter, seq gen &
agg}
Joiner->exp[add port halfNo with exp iff
(RowNo<=TotalNoOfRows/2,1,2)]-> router[halfNo=1,halfNo=2]
->Target1(if halfNo=1)
->Target2(if halfNo=2)

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Under what conditions selecting sorted input in aggregator will still not boost session performance?

648


What are the types of schemas we have in data warehouse and what are the difference between them?

538


What are the types of presistent cache in look up tr.

1568


How many ways are there to do 'remove duplicate records in informatica'?

595


What are the issues you have faced in your project? How did you overcome those issues?

1929






EXL informatica Questions

949


What is the need of etl tools?

623


explan ur project architecture?

1610


I am not able to connect to the domain with the client although all services and databases are up and there is no network issue?

613


What is fact table? Explain the different kinds of facts.

623


What is the main purpose of Unconnected lookup other than updating slowly changing dimensions? or In which case u use Unconnected lookup?

6449


Name at least 5 different types of transformations used in mapping design and state the use of each.?

688


what are 3 tech challenges/ common issues you face?

1901


How many number of sessions can one group in batches?

705


In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.

1546