Hi,
I know there is a reg replace function that can be used but not sure how to do that - below is what I need:
Data I have:
\\abc\abcd\abcde\MMYYYY\efg\ABC.xlsx|||Sheet1
Transformed data:
\\abc\abcd\abcde\MMYYYY\
What I am trying to do is define the output path based on input file path. So I would need part of the input path to which I will add another folder and save file based on MMYYYY info
Output path:
\\abc\abcd\abcde\MMYYYY\Controls\TestFile MM YYYY.xlsx
Can you please help me on how I can go about doing this?
Thanks for your help!
Jan