Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Node Functions

Former Member
0 Likes
336

hello gurus

I have a a wierd requirement.

Source message is:

MT_Src MT_Tgt

e1 e1

e2 e2

e3 e3

n1 n1

n1e1 n1e1

n1e2 n1e2

element n1e2 is occuring multiple times in the source

For each elemet of n1e2 in source i need to generate nie2 under different n1.

For example:

MT_Src MT_Tgt

e1 e1

e2 e2

e3 e3

n1 n1

n1e1 n1e1

n1e2 n1e2

n1e2 n1

n1e2 n1e2

n1e2 n1

n1e2

n1

n1e2

n1

n1e2

Thanks

Sneha

1 REPLY 1
Read only

Former Member
0 Likes
304

May I know what do you mean by

i need to generate nie2 under different n1

.

And please explain how you got the below sequence

e1 e1
e2 e2
e3 e3
n1 n1
n1e1 n1e1
n1e2 n1e2   -  till here it is jus copy

How did you get the below sequence?

n1e2 n1
n1e2 n1e2
n1e2 n1
n1e2
n1
n1e2
n1
n1e2

KR

Veeranji Reddy P.