opendistro-for-elasticsearch/kibana-reports

Negative values not exported correctly

melvinkokxw opened this issue · 2 comments

Issue occurred when generating CSV file from a table in Discover. Negative numbers appear in the csv with an extra ' in front of them. This is what it looks like:

Negative value Positive value
'-47 520
'-15 475

For reference, this field is of type number

We'll look into this issue, and keep you updated, thx.