Regex Extractor Troubles

With extraction of “session” from a log file (enclosed file) ,“Regex Extractor” take a long time to open the configuration window and a lot of memory to parse the log file and the configuration window doesn’t show correctly the parsed groups (see the red arrow in the snapshot)…

new 13.txt (71,2 Ko)

image

The execution gives the attended result:

Hi PBJ,

  1. Generally, the Regex Extractor is not intended for huge texts. This is more a limitation of regular expressions in general (and specifically the kind of regular expression which you use – some expressions are “cheaper” to evaluate than others).

  2. We have a timeout built in to avoid locking up the UI with “expensive” REs and/or long texts.

  3. Still, I would like to take the time to investigate if there’s something to improve on our end. Could you please post an example workflow which shows this issue?

THANKS
Philipp

I send you the workflow and data related (file “new 13.txt”) here under…

The workflow runs fine (even with larger log files at light speed :slight_smile: )
The problem is the parsing during the configuration step (very slow to open and high memory usage even with “small” log file) but mainly the visualization of the groups (not at the right place as shown in the original message).

new 13.txt (71,2 Ko)
Log_File_project.knwf (75,5 Ko)

Best regards.

Pascal

1 Like

Hi Pascal,

perfect, many thanks! I will check this and keep the thread updated!

–Philipp

Hi again,

thanks again for reporting this – it should be fixed in the recent version 2.4.1.

Best,
Philipp

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