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 / romi
Thanks to all,
But i want to store first half data in 1 table and another
half in another table. and with procedure i m getting
alternative data.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to load a Dimension ? and how to load a fact table?
If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?
I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.
How to elaborate tracing level?
What the difference is between a database, a data warehouse and a data mart?
How to use procedural logic inside infromatica?
EXL informatica Questions
How to update a particular record in target with out running whole workflow?
Hi all , I am planning for informatica S - PowerCenter 8 Mapping Design certification. I have rewuired the dumps for the same. if anyone of you having the same pl. share it with me. This will be of great help. My contact is : sagardev7@gmail.com TIA , Sagar
How to differentiate between the active and passive transformations?
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
What is the status code in stored procedure transformation?
How does the aggregator transformation handle null values?
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
Is it possible to create multiple domains on a single Informatica server?