So, I have a data file and I would like a match to occur only if a match is found between the 2nd and third Vertical Bars (|)
So given this data sample, I if I search for 'wilson' I want the 2nd line to return, but not the 3rd and 5th lines which also contain the term 'wilson'.
The data sample:
| 2015-08-21 - 10:15 | jones | view | Main.Home | | 172.29.192.106 | | 2015-08-21 - 10:31 | wilson | view | Main.Home | | 172.19.6.107 | | 2015-08-21 - 11:40 | smith | resetpasswd | wilson | Mozilla | 172.19.15.105 | | 2015-08-21 - 11:41 | james | view | Main.ChangePassword | | 172.19.15.102 | | 2015-08-21 - 11:41 | james | changepasswd | wilson | | 172.19.15.102 | | 2015-08-21 - 11:41 | james | view | Main.Home | | 172.19.15.102 | | 2015-08-22 - 08:31 | doe | view | Main.Info | | 172.19.6.103 |