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 is the difference between look up and joiner(don't say joiner sopport only = where as look up support non-equijoin).
Limitation of REPLACESTR. Is there any character limitation to it.
Define Update Override?
What is the difference between view and materialised view?
How to convert multiple rows to single row (multiple columns) in informatica
Explain the features of connected and unconnected lookup.
If you done any modifications for a table in back end does it reflect in informatca warehouse or maping?
How to delete the (flat file) data in the target table after loaded.
my source contain data like this cno cname sal 100 rama@gmail.com 1000 200 karuna@yahoo.com 2000 i want load my data to the target is cno cname sal 100 rama 1000 200 karuna 2000 plz send the answer
when do we use static cache and when do we use dynamic cache in lookup transformation? with example.
if i have records like these (source table) rowid name 10001 gdgfj 10002 dkdfh 10003 fjfgdhgjk 10001 gfhgdgh 10002 hjkdghkfh the target table should be like these by using expression tranformation. (Target table) rowid name 10001 gdgfj 10002 dkdfh 10003 fjfgdhgjk xx001 gfhgdgh xx002 hjkdghkfh (that means duplicated records should contain XX in there rowid)
3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs