1.2k questions
1.4k answers
361 comments
339 users
It appears that you need to get the node on the second line: using 'message.getNode('
if (StringUtils.containsIgnoreCase(message.getNode('OBX['+(i+1)+']-6.1'), '*')) { message.setNode('OBX['+(i+1)+']-6.1',StringUtils.substringAfter(message.getNode('OBX['+(i+1)+']-6.1'), '*')); }