Allows only letters and digits; removes all other characters.
string-filter-alnumFilter: Allow only letters and digits takes all the given input data and removes al characters except alphabetical characters and numbers. This can be usefull if data needs to be mapped to a field that only supports those characters