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

Answer Posted / sai

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

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the shared cache and re-cache?

705


What is a standalone command task?

775


Describe expression transformation?

735


How to join three sources using joiner?

670


How do you load only null records into target? Explain through mapping flow.

1628






what is the -ve test case in your project.

1975


Mention few advantages of router transformation over filter transformation.

738


suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?

6320


What is the difference between a repository server and a powerhouse?

945


What is workflow? What are the components of the workflow manager?

749


What are the types of caches in lookup? Explain them.

638


What are the tuning techniques you applied during your last project

1661


What are the mapping parameters and mapping variables?

716


How does a sorter cache works?

667


write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa

2181