Commit Graph

6 Commits

Author SHA1 Message Date
Anton Aksola
ad97b744a3 Fix numeric to bool conversion in converter (#7579)
A type switch case with multiple conditions causes the value to remain as
interface which causes toBool to always return true for any numeric values.
2020-05-26 12:07:24 -07:00
Daniel Nelson
ca65d52c9a Add support for converting tag or field to measurement in converter processor (#7049) 2020-03-09 14:08:38 -07:00
Daniel Nelson
9fc8976c66 Correct error message when converting to a float 2019-07-23 17:00:08 -07:00
Dimitri Saingre
88e0cb16e1 Add hexadecimal string to integer conversion to converter processor (#5569) 2019-03-11 15:36:38 -07:00
Daniel Nelson
c0e0da7ef6 Fix conversion from string float to integer (#5518) 2019-03-04 12:35:57 -08:00
Daniel Nelson
7f93911f43 Add converter processor (#4178) 2018-05-23 14:29:57 -07:00