Hi,
I'm trying to extract two fields with this regular expression:
Transaction\sID=\"(?P\w*)\".*OperationCode=\"(?P\w*)\"
and it works in almost all records but it seems that when the _raw field is greater than 56kb, the regular expression doesn't work.
Any clue?
↧