My source table look like
ID Name Location Salary
0000001 ran tpty 1000
0000002 ram DELHI 2000
hju-hji raj hyd 1000

my target table should be
ID Name Location Salary
1 ran tpty 1000
2 ram DELHI 2000
hju-hji raj hyd 1000

Answers were Sorted based on User's Feedback



My source table look like ID Name Location Salary 0000001 ran tpty 1000 0000002 ..

Answer / sree

in exp t/r u can write ltrim(id,'0')

iam giving just an idea

Is This Answer Correct ?    12 Yes 2 No

My source table look like ID Name Location Salary 0000001 ran tpty 1000 0000002 ..

Answer / xyz

in expression t/r use replace(id,'000000','')

Is This Answer Correct ?    5 Yes 4 No

My source table look like ID Name Location Salary 0000001 ran tpty 1000 0000002 ..

Answer / rakesh

Hi,

Use trim(leading '0' from '00001') option
Please let me know if i am wrong

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Informatica Interview Questions

Why union transformation is an active transformation?

0 Answers   Informatica,


Two relational tables are connected to SQ Trans,what are the possible errors it will be thrown?

2 Answers  


What do you mean by worklet?

0 Answers  


How i can upload the MainFrame source For Informatica ?

1 Answers  


How to identify bottlenecks in sources,targets,mappings,workflow,system and how to increase the performance?

4 Answers  






What is the difference b/w natural key and surrogate key

1 Answers  


what are cost based and rule based approaches and what is the difference?

1 Answers  


explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?

0 Answers   TCS, Wipro,


What is the function of look up transformation?

0 Answers  


Hey I am net to informatica? Can any one explain me step by step How scd will work ?

1 Answers   Infosys,


Differentiate between source qualifier and filter transformation?

0 Answers  


To achieve the session partition what r the necessary tasks u have to do?

1 Answers  


Categories