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

Re: Mapping Issue, remove a field from source payload

$
0
0

Hi Nidhi,

 

Try this this will work for multiple context too.

 

1.PNG

 

UDF : All values of context

 

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

{

if (var1[i].matches("[0-9]+")) 

  result.addValue(var1[i]); 

else 

  result.addSuppress(); 

}

 

Br,

Manoj


Viewing all articles
Browse latest Browse all 3189

Trending Articles



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