split two strings into two columns
For Eg.
Source:-Full Name: Shiva Kumar
Target:-
First Name:Shiva
Last Name:Kumar

Answer Posted / venky

output1=substr(name,1,instr(name,' ')-1)
output2=substr(name,instr(name,' ')+1)


output1 means firstname
output2 means last name

Is This Answer Correct ?    26 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a sequence generator transformation?

563


Explain Dataware house architecture .how data flow from intial to end?

2107


Describe expression transformation?

620


how to construct simple biogas digerter? please show me detail drawing and specification of simple biogas construction?

1957


How can we improve session performance in aggregator transformation?

657






What is complex mapping?

624


What do mean by local and global repository?

685


What are mapplets? How is it different from a Reusable Transformation?

613


What does cheating measurement mean?

584


What is the use of code page?

588


What differs when we choose the sorted input for aggregator transformation?

557


How does a sorter cache works?

556


What is the difference between a connected look up and unconnected lookup?

558


Can you use flat files in Mapplets.

2202


explain one complex mapping with logic? sales project?

6130