Where should yoU place the flat file to import the flat file
defintion to the designer?
Answer Posted / swetha
Place it in local folder
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is the Default Source Option For Update Strategy Transformation?
What is the benefit of partitioning a session?
How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix. ?
What are ETL Tools?
Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?
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
Explain transaction control transformation in informatica
what is the hint? how to use it to reduce the query processing in program?
what are the Methods For Creating Reusable Transformations?
How to join three sources using joiner?
What is the need for an etl tool?
Explain the mapping variable usage example in informatica
If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me
Explain sessions. Explain how batches are used to combine executions?
One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?