Options of LEEF parsers
The parse_leef
FilterX function has the following options.
pair_separator
Specifies the character or string that separates the key-value pairs in the extensions. Default value: \t
(tab).
LEEF v2 can specify the separator per message. Omitting this option uses the LEEF v2 provided separator, setting this value overrides it during parsing.
value_separator
Specifies the character that separates the keys from the values in the extensions. Default value: =
.
Last modified March 21, 2025: Merge pull request #117 from axoflow/sync-to-r2 (6fb1861)