what is the size of u r project? and what is the size of
source file?
What are the conditions needed to improve the performance of informatica aggregator transformation?
what is row level and column level indicator?
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.........
COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1
I have the source like col1 col2 a l b p a m a n b q x y How to get the target data like below col1 col2 a l,m,n b p,q x y
What is the sequence generator transformation in informatica?
In what scenario we use to improve session performance by pushdown optimization?can any one give example?
I am using mapping variable, when i am running a session,before it has 10000 records, after completion of session what about value of mapping variable?
How will you display "Mr" for male & "Mrs" for female in target table?
What are the mapping paramaters and mapping variables?
what is the difference between copy object import objects using repositery manager which one is best
In Flat file, I need Header, Footer and No of rows in Last column. How will u achieve in Mapping Level(With out using Session Level Property)?