Can we insert ,update ,delete in target tables with one
update strategy tran.?
Answers were Sorted based on User's Feedback
Answer / manojkumar
Yes we can do all these insert,update,delete also reject by
using single update strategy.
In update strategy write the code like this
iif(somexvalue=xx,dd_insert,iif(somexvalue=yy,dd_update,iif
(somexvalue=zz,dd_delete,dd_reject)))
| Is This Answer Correct ? | 12 Yes | 2 No |
Does an informatica transformation support only aggregate expressions?
What are limitations of joiner transformation?
What is a dimensional model?
what is worklet and what use of worklet and in which situation we can use it?
What is reconstalation n What is fact constalation? Correct me if i m wrong in the question.
wht is full process of Information source to target just like stg to productuon and development
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
What are the reusable transforamtions?
How many cubes create from a single model?
HOE DO U IMPLIMENT SCHEDULING IN INFORMATICA?
Can we update a target table (without primarykey) by using update strategy transformation?
My source is flat file which contain only one column with data type varchar.now i want to send string data types into one target and if any numbers and special characters are there that should be send it into another target.so how do you design a mapping for this?