How we can confirm all mappings in the repository simultaneously?
Answer / antony edwin
If you use the Repository Manager, you can select and validate multiple mappings from the Navigator.
| Is This Answer Correct ? | 0 Yes | 0 No |
we have table like cust_id,cust_name,cust_loc like this 1.we need to get perticular location,to do this we can use filter transformatin,that logic is same for relation table and flat file tabl?
In pmcmd command we need to type -p:password. Will it be visible to others who is having access to this file ?
I have one source table and three target tables. When the session runs for the first time involving the mapping,i want that the loading should take place in 1st Target table only. The 2nd time the same session runs the loading should take place in 2nd Target only only and similarly when the session runs for the 3rd time loading should take place in Third only. And again when the session runs for the 4th time loading should take place in 1st Target table.
Could you explain what is enterprise data warehouse?
explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?
how can send duplicate records to one tableand non duplicate records to one table with simple clear mapping?
What are the different tools in workflow manager?
Hi Friends, How i could convert a cobol file (VSAM) into the flat file? How i could edit a cobol source file (VSAM)? I want to introduce few columns in the source file and finally the target should be in the Cobol itself. Kindly suggest me friends. Thanks in Advance, Innai
Define the various join types of joiner transformation?
What do you understand by term role-playing dimension?
Why we require dwh in particular projects?
I am hvaing SOURCE as first line: 1000,null,null,null second line as:null,2000,null,null 3rd line as :null,null,3000,null and final line as: null,null,null,4000 ............................Now i want the OUTPUT as 1000,2000,3000,4000 For more clarification i want to elimate nulls and want in a single line. Please help me out