17 Feb
2011
17 Feb
'11
5:23 p.m.
On Thu, Feb 17, 2011 at 02:39:27PM +0100, Gergely Nagy wrote:
URL parameters could be extracted as a single string first, and fed to a CSV-parser, that'd do the job of extracting the fields. You'd need to combine patterndb with the CSV parser, though, and I'm not quite sure how one would go about doing that, or if it's even possible.
It's possible. Bazsi often recommends it to those of us with more complex messages to parse. ;-) Matthew.