Skip to main content
info
This documentation is for version v2.4 of the product.
For the latest version(v2.7) documentation click here
Version: v2.4 print this page

RemoveUnwantedCharactersMult

This node removes unwanted characters

Input

It accepts a DataFrame as input from the previous Node

Type

transform

Fields

NameTitleDescription
inputColsInput Columnsinput columns
removeWhitespacesRemove Whitespacesremoves white space
removeLettersRemove Lettersremoves letters
removeDigitsRemove Digitsremoves digits
removeSignsRemove Signsremoves signs
removeCommasRemove Commasremoves commas

Examples

Input

idprodIdmessage
1.00.0this is not a 2 spam
2.01.0i am, going to work
3.02.0this is a spam

Parameters

IdInput ColumnsRemove WhitespacesRemove LettersRemove DigitsRemove SignsRemove Commas
1messagetruefalsetruetruetrue

Output

idprodIdmessage
1.00.0thisisnotaspam
2.01.0iamgoingtowork
3.02.0thisisaspam