How will you display 10-15 letters from a name? (for ex:
name="sivasubram'aniam'ramakrishnan". o/p wanted="aniam")
Answers were Sorted based on User's Feedback
Answer / krishna
by using thie function sbustr(column_name,10,15) in the exp
t/r, u can get the output.
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / gyana
SUBSTR(COLUMN_NAME,STARTING POSITION(10),NUMBER OF CHARACTER YOU WANT(5));
IT WILL GIVE YOU THE OUT PUT 10TH POSITION TO 15 TH CHARACTER STRING
| Is This Answer Correct ? | 2 Yes | 0 No |
Hi I have two sources like A, B. My source A contain 10000 million records from that i need 20 attributes. My source B has also same 10000 million records from that i need only 1 attribute. By using Joiner i have to load into target? Is there any issue regarding this? if issue is there how to tune this mapping in best way?
Major difference between SQL override and Lookup Sql override
why we are using surogate key in real time give me explanation
how we do performence tuning in informatica
Can we use Lookup instead of Joiner to join 2 tables? If yes which is faster and why?
what is curr val use for in sequence generator?
Hi All can anyone tell me where i will get Informatica training in Mumbai?
Can we schedule a workflow(not a session) to run after completition of another workflow? Can we make a workflow depend on completition of another one?
what are cost based and rule based approaches and what is the difference?
Mapplets ( can you use source qyalifier, can you use sequence generator, can you use target)
What are the different transaction levels available in transaction control transformation?
If you want to create indexes after the load process which transformation you choose?