Hi All,
I need help in extracting the vendor name from file path column using regex. I am using a batch macro to pull and combine all the data from a tab name called - 'Charge Net'. After that I also need to know the vendor name from a column called as 'File Name'. Every time vendor name will be changed but Vendor name will always falls after Input\ and end before .xlsx
Path:- a) H:\Alteryx\Alteryx\xxxxxx\Input\Allocations I071133 xxxx (abcde).xlsx|||Charge Net
b) H:\Alteryx\Alteryx\xxxxxx\Input\Allocations ABC C-XY-0000000000.xlsx|||Charge Net
c) H:\Alteryx\Alteryx\xxxxxx\Input\Allocations TSQ012354 Txxxxnxxa ABC xxxx 12548ion11.xlsx|||Charge Net etc.
Please help me in designing the regex expression for the same.