how we load the data from source to staging area
Answer Posted / cm
use sql loader
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
What is the status code in stored procedure transformation?
what is Active lock explain
What is dimensional table? Explain the different dimensions.
What is sequence generator transformation in informatica?
Explain pushdown optimization $pushdownconfig parameter - informatica
Explain joiner transformation in informatica
What is a passive transformation?
What is target designer and target load order?
Can you use flat files in Mapplets.
Explain the different kinds of facts.
In how many ways we can create ports?
What is the function of aggregator transformation?
list out all the transformations which use cache?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks