cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

We are into XSLT mapping, we had a requirement like below;

Note:

Transformation Between A to B:

if value(A) NOT NULL then left(right(rtrim(VALUE),3),2) -


> B

How can we develop the similar function in XSLT?!!

Thanks n Advance.,

Stallin

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Stallin ..i have a document .. can share you it may help you for this transformation

give me ur maikl Id or mail me at my primary ID ...

Regards

Abhishek

Former Member
0 Likes

Hi Abhishek,

mail id: [email protected]

And I'll give the example input also for the functionality.

INPUT: APPLE ---> After Transformation --> Output: PL

Condition: if value(A) NOT NULL then left(right(rtrim(VALUE),3),2) ;

Do the needful...

-Stallin