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 |
what is the difference between stop and abort?
Explain in detail about scd type 1 through mapping.
How many repositories can we create in Informatica??
when informatica 8 series released ?
supose if ur scr table contains alphanumeric values like 1,2,3,a,v,c in one columen like c1 n now u have load d data in 2 seperare columns like ID should contain only numbers 1,2,3 n NAME col should contain a,b,cin target?How
version controlling in informatica?
How the dimensions will be loaded?
what are the types of Data warehousing ?
what is difference between dimention table and fact table?
What are the advantages of informatica?
if soource is having 10 records how will u insert 20 records to target
How will u find weather dimension table is big in size of a fact table?