Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9269

Re: Message Mapping Requirement

$
0
0

Hi Venkat,

                   Could you please try this mapping

 

 

 

 

 

 

 

 

TDLINE context should be set as shown

 

 

the UDF Title code of type context to concatenate the values of TDLINE

 

public void ConcatVal(String[] b, ResultList result, Container container) throws StreamTransformationException{     int i,j;     String sa="";     for(j=0;j<b.length;++j)     {         sa=sa+b[j];     }        result.addValue(sa);
}

 

UDF signature

 

 

 

Hope this resolves the problem

 

Regards

Anupam


Viewing all articles
Browse latest Browse all 9269

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>