Transformer is a __________ stage
option1:Passive
2.Active
3.Dynamic
4.Static
Answers were Sorted based on User's Feedback
how to obtain performance data for individual transformations.
What is the main difference between a Joiner Transformation and Union Transformation?
If in a workflow i have n number of sessions and each session is configured with different different stop on errors (say 5,8,10 etc respectively).How can make all this same for all the sessions with out actualy touching each and evry session ?
how can u connect client to ur informatica sever iff server is located at different place( not local to the client)
Under what condition selecting sorted input in aggregator may fail the session?
Write the program through which the records can be updated?
my table contain duplicate Records i wanna load uniq records to my table . i have to pass the uniq records through filter t/r 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
What is a data modeling?
What is pmcmd command?
i have a wf i want to run this very day 3 time every 3 hours how can you scheduled that?
Hi experts, > I 'm having data like this and it's in flat file. > sno,name,marks,result > 1, ak, 80,p > 2, , ,20,f > 3,jack,55,p > > now in the second row a comma(,) is placed instead of name(char). > > when importing into SQ , in flat file wizard the num of columns increased to 5 instead of 4. > > could you tell me how to over come this issue.........