Does anyone know if the FuzzyStringComparer has compatability issues with 2017.0?
I am getting the following error in the log when trying to use it.
2017-04-26 13:37:48| 0.3| 0.0|ERROR |Python Exception <AttributeError>: 'float' object has no attribute 'lower'
2017-04-26 13:37:48| 0.3| 0.0|ERROR |Error encountered while calling function `FuzzyStringCompare'
2017-04-26 13:37:48| 0.3| 0.0|FATAL |f_9(PythonFactory): PythonFactory failed to process feature
If it is an issue with compatibility, is there another transformer I can use to do the same thing?
Thanks