Skip to Content
0
Former Member
Mar 27, 2009 at 08:53 AM

UDF get MappingTrace

28 Views

Hi everybody,

does anybody of you has a sample how to get the mapping trance via UDF?

java.util.Map map;

map = container.getTransformationParameters( ); 
MappingTrace mt = (MappingTrace) map.get(StreamTransformationConstants.MAPPING_TRACE);
return Const;

This does not work as the Inetrface MappingTrace has no get-Parameters.

Regards Mario