Session S1, S2, and S3. In the session S3 I want to load every
Saturday. How it is possible?
Answer Posted / anindita
I would change the link condition from S2 --> s3.
I'll format the Sysdate to return 'DAY' and then check if that is equal to Saturday, if that is true link condition is true else false.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of decode in informatica?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
How might you approve all mappings in the archive all the while?
where to store informatica rejected data? How to extract the informatica rejected data?
what is size of u r database?
What is meant by a domain?
explan ur project architecture?
4 yrs etl devloper roles and responsibilities?any body give solutions
What happens to map if we alter the datatypes between source and its corresponding source qualifier?
How to delete duplicate row using informatica?
How to load the data from people soft hrm to people soft erm using informatica?
What is an active transformation?
What is the use of target designer?
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa