Reading the description of the Converter plugin it says “Values that cannot be converted are dropped.”.
My question is “what” is dropped?
- The whole metric/data-set?
- Only the tag/field that can not be converted?
Reason for my question is that I have some Data that normally have a field that is an “int” but sometimes it comes as a String (“Infinity”). What I would like to do is to “drop” the field - not the whole data set - if the field can not be converted to a “int”.
Dan