Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC: timeseries as float instead of string #35

Open
medea61 opened this issue Mar 23, 2018 · 0 comments
Open

RPC: timeseries as float instead of string #35

medea61 opened this issue Mar 23, 2018 · 0 comments

Comments

@medea61
Copy link
Contributor

medea61 commented Mar 23, 2018

In this output processing you are converting values to string and take care of NaN and inifinity values:

# convert numbers to strings, undefs to NaN, andinfinities to

This makes consuming the values with other applications tedious, as they need to parse thru the strings and convert them back into numbers.

Suggested workaround would be to have another call or an option which could be set so the API is sending numbers while NaN and inifinity are 'null'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant