Parser
Most recent version: v1.1.0
Learn more about this Action in this article.
v1.1.0
Released on 08/08/2025
Performance improved.
Included the ability to use the
optional
operator in groups. Everything inside the group marked as optional could be included or excluded from the log, and it would be parsed correctly.
v1.0.2
Released on 08/01/2025
We've resolved some issues in XML parsers related to map-typed XPath fields.
v1.0.1
Released on 07/04/2025
Raw byte values for integer and float fields are no longer stored in order to avoid inconsistencies in downstream actions (e.g., Message Builder).
v1.0.0
Released on 05/23/2025
Support new subtypes in the options
fields
andindices
of akeyValueList
. Now, it supports lists, so that it is able to extract all the values of a key that is duplicated. For example:
key1=value1 key2=value key1=anotherValue1
v0.4.1
Released on 01/31/2025
Eager value eval on JSON and CSV files.
Removed characters unescaping except in JSON and CSV files.
Allow long values for the option
kvSeparator
ofkey-values
.Fixed key-value detection when a key-value separator appears in the value part.
v0.4.0
Released on 11/27/2024
Added support for escape sequences in string and key-value fields.
Support any character as a key-value pair separator.
Last updated
Was this helpful?