how to get flatfile containg 10 records half records one
target another half another target
Answers were Sorted based on User's Feedback
Answer / mahipal reddy
first create a sequence to those 10 records n using filter
or router transformation filter first 5 columns n load into
target similarly remianing 5 records.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / gazulas
what if the number 10 changes??
use a sql transfermation and get the record count or use an agg get rec count and pass it into record_count. use seq gen and populate the numbers. then use a router and write condition seq no <= record_count/2 -- target1
default to target 2.
this will work even ur records changes to 100 or 25o or 40000..etc
| Is This Answer Correct ? | 0 Yes | 0 No |
How to load only the first and last record of a flat file into the target?
differences between service based and product based?
What all join we can perform in LOOKUP transformation?
Which version configuration tool used in ur project?
checkout and checkin in informatica 8.6
what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?
Want to know about Training Centres for Informatica, Cognos and ETL Softwares in Mumbai, India.
why we use informatica in our project?
Give one example for each of conditional aggregation, non-aggregate expression, and nested aggregation?
how will u get 1 and 3rd and 5th records in table what is the query in oracle please help me
Hi , Please help how to achieve the following scenario. I have a source table like this. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU I need the data in the target table like below. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU 4 Rajesh 5th SKU The Last row values we have.. and we have to append this last row in the target table. Thanks and Regards Nataraj V
what is normalization? explain 1st NF, 2nd NF, 3rd NF