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 / psnadh
Hi,
In the source file if the row count is odd number,then how
can we check the condition to divide the ff into two halves?
If it is even,we can divide the ff into two halves as per
the above solutions.
Please give me reply how to implent that
Thanks in Advance
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is meant by active and passive transformation?
can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
What do you mean by blocking transformation?
wat are deployement groups in informatica, how it will be used for developers
How will the document be delivered to me?
Whats there in global repository
Describe expression transformation?
What differs when we choose the sorted input for aggregator transformation?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
Have you worked with/created Parameter file
can we override a native sql query within informatica? Where do we do it? How do we do it?
What is a sequence generator transformation?
what is unit testing?tell me proceedure
Performance tuning( what you did in performance tuning)