how can you load data into target table without leading zeor's
Answers were Sorted based on User's Feedback
Answer / srini
By using the Trim function we can able to Remove the
leading Zero's in a value and we can load it in to target.
Function : trim(Col_Nm,'0',L)
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / sai
Use Exp transformation and use function
Ltrim(col_name,'0')
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / abhinaw prakash
We can use Replace function as well to remove the zeroes
before loading the data into the target
| Is This Answer Correct ? | 0 Yes | 7 No |
What are the basic needs to join two sources in a source qualifier?
My source table look like ID Name Location Salary 1 ran NULL NULL 1 NULL DELHI NULL 1 NULL NULL 1000 I want my output to look like ID Name Location Salary 1 ran Delhi 1000 What should be my approach to design a informatica mapping. Assuming my source is flat file not a Relation table so i cant use SQL.
what is shortcut in informatica? difference between shortcut,reusable object?
How did you handle performance issues If you have data coming in from multiple sources, just walk thru the process of loading it into the target
what is the logic will you implement to laod the data in to one factv from 'n' number of dimension?
hi all, can anyone tell where i will get good informatica training in Pune? thanks in advance.
What are the different types of repositories created using informatica?
What are the different tools in workflow manager?
What are the different types of olap? Give an example?
explain different levels in pushdown optimization with example?
Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?
diffrence between command task and control task