csv-compare
csv-compare copied to clipboard
NaN and Infinity support
Is there any chance that the support for NaN and Infinity will improve in the near future?
In the case of NaN an error is thrown, but for Infinity the behavior is different depending where the Infinity is present, in the base.csv or in the to_compare.csv.
Never notices this "feature" so far. Can you please add the files with Nan or Infinity and what your expectation is for the different use cases.
Nan_inf_base.txt
Nan_inf_compare.txt
The expectation would be that the values in the 2 files be compared, even for Infinity or NaN values. So for example, comparing the base file Nan_inf_base with a copy of itself should indicate that there are no differences between the files. On the other hand if there are differences, this should be signaled.
@beutlich : Is there any hope of this being implemented?