split two strings into two columns
For Eg.
Source:-Full Name: Shiva Kumar
Target:-
First Name:Shiva
Last Name:Kumar
Answer / 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 |
Why do you use Mapping Parameter and mapping variable?
Define Update Override?
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
why we use stored procedure transformation?
i have an aggregater in my mapping and no group by port on any column and i ampassing 100 rows through aggregater,so how many rows i will get as out put from aggregater
What is the difference between Bad file and Reject file? and Where u can see the Reject file? What records stored in Reject file?
Why we require dwh in particular projects?
Can you copy the batches?
Kimball and Inmon methodologies?
Can any body tell about the (UTC) unit test cases with the examples in informatica.
i have a source of n records.i have to load n+5 records to my target.What is the procedure??????plz tell me.....
how can we calculate fact table size?