how can you load data into target table without leading zeor's

Answers were Sorted based on User's Feedback



how can you load data into target table without leading zeor's..

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

how can you load data into target table without leading zeor's..

Answer / sai

Use Exp transformation and use function
Ltrim(col_name,'0')

Is This Answer Correct ?    6 Yes 0 No

how can you load data into target table without leading zeor's..

Answer / asjad

trim(Col_Nm,'0',L)

Is This Answer Correct ?    2 Yes 4 No

how can you load data into target table without leading zeor's..

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

Post New Answer

More Informatica Interview Questions

can we load the data with out a primary key of a table? what is target plan?

6 Answers   IBM,


How do you handle decimal places while importing a flatfile into informatica?

1 Answers  


source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.

0 Answers   Cap Gemini, Cognizant,


how to get max value record into one target and remaining records into another target?

2 Answers   Accenture,


write sql query following source table jan feb mar apr 100 200 300 400 500 600 700 800 900 100 200 300 i want the output format like month total jan 1500 feb 900 mar 1200 apr 1500

3 Answers   Accenture,






Can you copy the session to a different folder or repository?

2 Answers  


Can we make worklet inside worklet?

1 Answers  


How to retrieve last two days updated records?

4 Answers  


how we load the data from source to staging area

4 Answers   TCS,


What is the difference between Oracle performance and Informatica Percfomance? Which performance is better?

4 Answers   Cap Gemini, IBM,


what is materialized view?

2 Answers  


How will you display "Mr" for male & "Mrs" for female in target table?

7 Answers  


Categories