-
Good afternoon, I am looking to filter messages to different destination files if the msg['PID']['PID.3']['PID.3.1'].toString() contains only numeric values, and send all others that contain alphanumeric values to a separate destination file. My first thought was to use a filter in the destination tab of my channel but in the rule builder it doesn't look like I can use Regex. What is the best way to accomplish this task? I'm sure I am missing something very simple, any help would be appreciated. Thanks, Dom |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
For the most part, the best way to filter is to use destinationSet.* filtering whereby you choose the destination on the source side. read up on: |
Beta Was this translation helpful? Give feedback.
And an example, but I don't use the UI tools, would just do a JavsScript step that does the same thing.