Tokenize fix protocol non-printable delimiter

The fix protocol uses a non-printable character \001 as a delimiter with a key value pair separated by =. At this stage, we just need to search for the key value pair, e.g. "35=5". Is there a way to create a tokenizer that uses a non-printable character character? The pattern tokenizer looks like the right path if I knew how to pass a non-printable character to the pattern field.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.