i have a problem to post-process a string like "04200000:MyMsg".
The result must be something like that: Syslogtag=04200000 and Message=MyMsg.
I've tried several ways and the best was this:
Syslogtag -> integer -> ""
Filler -> Character Match -> ":"
msg -> Rest of Message -> ""
But the problem ist following: If the Integer beginns with "zero", the post-process-engine cut off the zero an the Syslogtag looks like this "4200000".
How to say to the post-process-engine: "take the first 8 digits as the Syslogtag and all after ":" as Message"?
It not implicit to define the Digits as Syslogtag...It's okay with me also something like : "take the first 8 digits as MyParameter and all after ":" as Message".
Best regards
Ilona

