I have a field Filename where the naming convention is usually 2025 May Report.xlsx or 2025 January Report.xlsx
Β
I have used the filenamepart extractor transformer to fetch the filename along with a string searcher transformer just to extract the year and monthΒ from the filename.Β
Now I want to create an additional field where I can flip the year and month -βΒ Month Year. How can i build the regex to achieve this?Β
Also I might be expecting different scenarios where January is written as Jan, JAN or january




