First, thank you for the nice software 
I am trying to use custom grammer with next RE:
^((?:.*?
{5})
which sould match first 5 fields in ';'-separated values file.
But it, seems, does not work...
I have two sorted files to compare. Let say first 5 fields (columns) should be used like 'key' for alignment.. How can I achieve this?
Thank you

I am trying to use custom grammer with next RE:
^((?:.*?

which sould match first 5 fields in ';'-separated values file.
But it, seems, does not work...
I have two sorted files to compare. Let say first 5 fields (columns) should be used like 'key' for alignment.. How can I achieve this?
Thank you
Comment