I want my deployment group to refer an external configuration
file, while i deploy in the production environment. How can i
achieve it.
what is metadata?
What are the different tools in workflow manager?
What is the difference between the system variables $$$SessStartTime and SESSSTARTTIME?
If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?
What all are steps in up gradation of Informatica server?
How can we reset Sequence Generator, when we move objects from Dev Environment to QA env?
explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?
what is degenerated dimension table with scenario
In Real Time what are the scenarios u faced, what r the tough situations u have overcome, and explain about sessions.
2 Answers Cap Gemini, CTS, TCS, Tech Mahindra, Wipro,
What are the mapping parameters and mapping variables?
How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?
I have a file with data comming as 1,x1,x2,x3 2,a1,a2 3,b1,b2,b3,b4 1,y1,y2,y3 2,c1,c2,c3 3,d1,d2 my out put should be as follows x1,x2,x3,a1,a2,<null>,b1,b2,b3,b4 y1,y2,y3,c1,c2,c3,d1,d2,<null> Please let me know how can we acheive this in informatica Thanks in advance