hello,
I have collected data from multiple APIs which are giving almost similar data but the tag values differ.
e.g. “Bitcoin” and “bitcoin”
I am visualizing the data on Grafana and made a variable that will be using the tag value and used in showing different stats in some graphs.
Is there any way to convert Uppercase to lowercase?
Note : The tag values can be alphanumeric
Thank you!