Hi @gcusello @ITWhisperer | rex field=result "\w:\\\\\w+\\\\\w+\\\\(?<myfield>[^\.]+)" The above query extracts, but if i want to extract APP and WEB which is in same line how to extract ? Fi a...
See more...
Hi @gcusello @ITWhisperer | rex field=result "\w:\\\\\w+\\\\\w+\\\\(?<myfield>[^\.]+)" The above query extracts, but if i want to extract APP and WEB which is in same line how to extract ? Fi a:\abc\def\MNOPQ.txt content is expected to include "A H Dis Query,0,0" Fi a:\abc\def\APP.txt content is expected to include "A H Dis Query,0,0" Fi a:\abc\def\WEB.txt content is expected to include "A H Dis Query,0,0" Fi a:\abc\def\SQL.txt content is expected to include "A H Dis Query,0,0"