what is mean by grouping of condition column in lookup
transformation?
Answer / rashmi garg
grouping of condition colum means- the columns which we
have included in lookup conditions, the lookup source
should data should be grouped on that column.
this is mandatory for flatfiles, otherwise the session will
fail
| Is This Answer Correct ? | 2 Yes | 1 No |
I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.
in which situations do u go for snowflake schema ?
to improve the performance of aggregator we use sorted input option and use sorter t/r befor aggregator. But here we are increasing one more cache in our mapping i.e; sorter. So how can u convince that you are increasing the performance.?
What r the type of indexes u generally used in informatica?
How do you remove duplicate records in informatica?
difference between informatica 8.1.1 and 8.6? And different betweeninformatica 7x and 8x?
Source is a flat file and want to load unique and duplicate records separately into two separate targets; right??
delete data from staging table as it loads to target table.here is the case we are getting data from 3 different server.a b and c.the data from server A loaded into staging table and we ran the task and data loaded to target table.now today data from server B and C also got loaded to the staging table.now what techniques and what transformations should be used to delete only the data which has been loaded only to the target.we need to delete only that data from staging which has been loaded into the target.looking for your responses
Target is zero file and how can you send the email?
suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?
How to generate or load values in to the target table based on a column value using informatica etl tool.
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