Hi all
Looking/experimenting with the text mining tools; looking at the text Pre-Proccessing tool to remove certain words. Works fine except for one case where the stopping name conatins a comma(,)
Input
123 .,#
stopping term
.,#
Expected outcome
123
actual outcome
123 . , #
I'm aware this can be done find and replace, just want to know if this can be done via the Text prepressing, can see that , and space is used for manual entires of stop works
