- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posible Bug in Interactive Field Extraction
rhoska
Engager
06-06-2011
07:04 AM
In 4.2.1 build 98164 I'm using the Interactive Field Extractor and the Generated pattern automatically generates an expression similar to (?:[^:\n]*:){6}//(?P<FIELDNAME2>[^\.]+)
.
When attempting to save the expression a validation error pops: "Each field must have a name. 1 field(s) do not have names."
Manually Editing the expression and removing the number in the parameter <FIELDNAME>
i.e. (?:[^:\n]*:){6}//(?P<FIELDNAME>[^\.]+)
will allow you to save the expression.
Regenerating the regex pattern changes the <FIELDNAME>
parameter back to <FIELDNAME2>
.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

neelamssantosh
Contributor
09-17-2014
03:08 AM
make sure that
fieldname "FIELDNAME" is not being used/generated for other users.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
scrotty
Engager
04-11-2012
11:47 AM
Still an issue in 4.3
