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