Hi,
I want to remove the date convention from a specified path ,can anyone help me with the rex command use for it ?
Sharing the template for reference
/services/chatbot/in/ulff_microservices_chatbot_de_ms/2019/09//18
Try this: | rex field=template mode=sed "s'(.*?)\/20'\1'g"