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 and indices of a keyValueList. 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.5.0

Released on 05/08/2025

  • Added support for XML parsing.

  • Key-value lists now detect single quotes.

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 of key-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.

v0.3.2

Released on 09/18/2024

  • Fixed CSV and key-value parser bug when parsing empty integer, float, or boolean fields.

v0.3.1

Released on 08/14/2024

  • Fixed parser in JSON empty string value.

v0.3.0

Released on 07/04/2024

Minor bug fixing.

v0.2.0

Released on 07/04/2024

  • JSON parser now parses strings with 2 backlashes in a row correctly.

v0.1.0

Released on 04/12/2024

  • Support PCL-grammar syntax with aliases and restricted field names.

v0.0.1

Released on 07/05/2023

Initial version.

Last updated

Was this helpful?