So if the Replace() function in the formula tool is broken, what do we do?
Yes, we use workarounds like regex
Mine is a little long and non-linear because I tend to think very incrementally. So extract the year, remove the year, remove the issue... so I can go back and modify or reuse the bits. The core is the same as others I suspect (join, regex, summarize, unique/sample, sort).
@AYXAcademy
This is a nice one. Thanks.
Similar with my case, and observed from someones snapshot, it seems that the "#" is not allowed as Field Name?
In my case, it will be forced to turned to "_".
But in the answer file, the # is showing correctly.
always love a bit of regex
Another one in the books.