Hi Vinay,
You can use below UDF
Execution type: all values of context
public void getLastValue(String[] input, ResultList result, Container container) throws StreamTransformationException {
result.addValue(input[input.length - 1]); }
![output.png]()
Or below message mapping
![mapping.png]()
Regards,
Praveen.