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 / bsgsr

send the flat file data into an expression transformation
and create a new pory say xyz and connect nextval mport on
seq_gen to this. then connect expression to router take two
groups. using the nem port created write conditions.
newport<5 in first group ice versa. i believe this would
work

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Clarify the aggregator change?

600


Explain what are the different types of transformation available in informatica.

577


How to join three sources using joiner? Explain though mapping flow.

704


In which transformation you cannot drag ports into it?

795


How we can create indexes after completing the load process?

617






What are Dimensional table?

622


What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks

4793


is it possible to index the data in cache of lkp transformation ?

1528


Explain pushdown optimization $pushdownconfig parameter - informatica

705


COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1

1542


How do you update the records with or without using update strategy?

667


Why filter transformation is an active one?

567


What is session task and command task?

651


How many input parameters can exist in an unconnected lookup?

1005


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

589