Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Please let me know how we can implement the below scenario.
In a single mapping,more than 500 sources
(legacy,VSAM,relational) will be loading into only one
target. Whenever I retreive the data(any record) from
target, i need to find the details that the record belongs
to which source.

Thanks in advance..

Answers were Sorted based on User's Feedback



Please let me know how we can implement the below scenario. In a single mapping,more than 500 sourc..

Answer / bidhar

Here i am assuming that your single warehouse table has
data from more than one source,and you need to distinguish
the data among the sources.

For this to accomplish you can have table which can have 2
columns Datasourcename and ID.This table will have all the
source list and ID column will be the surrogate key.

Now you need to alter your warehouse table by adding a new
column called Source Identifier.

Now you have the architecture ready.

When loading your warehouse table just look up the first
table for the source name and pickup the corresponding
surrogate key and populate into the Source identifier
column in the warehouse table.Use this Column(Source
Identifier)to identify the sources.

Is This Answer Correct ?    4 Yes 0 No

Please let me know how we can implement the below scenario. In a single mapping,more than 500 sourc..

Answer / amarnath

if u r using informatica 8.0 n above u have a option to
load the name of the file. this is in the sq itself just
check the currently processed file name box. remember this
will give u the complete path of the file, hence u need to
substring it before loading it to tgt

Is This Answer Correct ?    2 Yes 0 No

Please let me know how we can implement the below scenario. In a single mapping,more than 500 sourc..

Answer / srinu

Hi ,

After every Source qualifier transformation just keep an
Expression with flag.
Dont go Single Source qualifier trans.
Keep 1 source qualifier trans for one table.


Any corrections let me know ,,,,
srinu.srinuvas@gmail.com

Is This Answer Correct ?    3 Yes 2 No

Please let me know how we can implement the below scenario. In a single mapping,more than 500 sourc..

Answer / arnab

create a system where you can identify a source with an
ID.you may call it as datasource_num_id , build a cross
reference table to store all tis information , in the map
you can use this cross reference table to get the ID and
populate this id in ur target table

Is This Answer Correct ?    0 Yes 0 No

Please let me know how we can implement the below scenario. In a single mapping,more than 500 sourc..

Answer / vdiwade

Yes its possible through above logic…In addition to Srinu
idea....you can understand very easy way. Suppose creare one
(specific src) insert script.. means for 500 sources,500
insert script,which loads data into one src/tgt…we can add
one more column source_name tht will be always coming
source_name..so at the time of retrieving we can easily
understand this records belongs which source/tgt tbl.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Informatica Interview Questions

I have a scenario like - how can i load 1st record to Trgt1,2nd->Trgt2, 3rd->Trgt3 and again the cycle has to repeat with loading 4th->Trgt1,5th->Trgt2,6th->Trgt3?

3 Answers   ITC Infotech, TCS,


Explain the aggregator transformation?

0 Answers  


How to merge First Name & Last Name?

8 Answers  


What is the function of union transformation?

0 Answers  


Can we insert and update a target table without using update strategy transformation?How?

4 Answers   Syntel,


What is the need of an ETL tool?

0 Answers   Informatica,


What's the layout of parameter file (what does a parameter file contain?)?

0 Answers   Cognizant,


write a sql query following table? col1 col2 1 2 1 2 1 2 3 4 3 4 5 6 i want the output like unique duplicate col1 col2 col1 col2 1 2 1 2 3 4 1 2 5 6

1 Answers   Cap Gemini,


in what type of scenario bulk loading and normal loading we use?

2 Answers   Cognizant, Wipro,


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

0 Answers  


Make a note of the quantity vaults made in informatica?

0 Answers  


can we use self join in informaitca?

3 Answers   IBM,


Categories