Skip to content

RegEx based configurable extract logic

Compare
Choose a tag to compare
@mvadu mvadu released this 08 May 07:08
· 16 commits to master since this release

This version fixes issues with regex based extraction logic. Now a new result format can be configured which uses the captures form RegEx, and generates a new value.

E.g. below extract logic will change IP address of 192.168.1.1 to 192-168-1-1

<Extract Type="RegEx" StartIndex="0" Length="0" RegEx="^([0-9]+).([0-9]+).([0-9]+).([0-9]+)" ResultPattern ="{0}-{1}-{2}-{3}"   IsDefault="false" DefaultValue="" />