i have source data like

id name sal
1 a 65020
2 b 78250
3 c 58264

but how to get target like this

id name sal
1 a Sixty five thousand twenty
2 b Seventy thousand two fify
3 c Fifty eight thousand two sixty four

Answer Posted / chiky

if its in oracle database,use

select id, name, (SELECT TO_CHAR (TO_DATE sal, 'j'), 'jsp')
FROM DUAL) sal from <source_table_name>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

my source is junk data how will u remove that junk data by using unix please any one replay me

3242


Explain the types of transformations?

596


What is a code page?

716


How are the sources and targets definitions imported in informatica designer?

670


What is the main purpose of Unconnected lookup other than updating slowly changing dimensions? or In which case u use Unconnected lookup?

6409






What is aggregate cache in aggregator transformation?

635


What do you mean by blocking transformation?

585


How do you load more than 1 max sal in each department through informatica or write sql query in oracle?

1011


Suppose we do not group by on any ports of the aggregator what will be the output?

578


what is Active lock explain

2369


How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?

626


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

711


Explain the different kinds of facts.

566


How to join three sources using joiner?

573


Which transformation should we use to normalise the COBOL and relational sources?

746