SolarArbiter / solarforecastarbiter-api

HTTP API and database schema for the Solar Forecast Arbiter
https://api.solarforecastarbiter.org
MIT License
10 stars 6 forks source link

replace nans in json string before storing in mysql #217

Closed alorenzo175 closed 4 years ago

alorenzo175 commented 4 years ago

Doesn't work for all possible strings, but does if we avoid NaN and Infinity as strings in the report parameters or raw report. Regex is hard