Hello,
I have an operations dashboard that pulls COVID data from our governmental source. The REST services the government provides has almost all of its data fields as strings... Age field.. date field.. count fields... this is making it very difficult to create charts from the data on my dashboard. For instance, if i try and show cases by age the ages are listed in the incorrect order because they are strings. Is there any way to remedy this while still pulling the live data from our government source?