cancel
Showing results for 
Search instead for 
Did you mean: 

Help in UDF !

Former Member
0 Kudos

Some one can help to create a UDF ???

This is my XML come from RFC

- Verificar se a balança está calibrada, nivelada e certificada com todos os items relevantes

I need keep the data of CRID FTNO FVNO and concatenate data of TDLINE !

thanks.

MBoni.

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi,

Create a Advanced User Defined Function and give the input as TDLINES.

sample code may be like this-

String result1 = new String();

for (int i=0; i<a.length; i++) {

result1 = result1 + a<i>;

}

result.addValue(result1);

and change the context of this to root node for TDLINES.

Try it out.. Hope it helps,

Regards,

Moorthy

Former Member
0 Kudos

Hi Moorthy !

how`s going???

I open a new thread to focus in this problem because in analyse this ..the problem is not only for concatenate the TDLINES ....i have Broke in FTNO and FVNO !

look the XML in the last post !

I`m close the last Thread that YOU resolve the problem for me !!! ..Thank you !!

Ok ...I creat o EDF like this ... and i try the solution !!

Best Regards..

Boni.

Answers (0)