Node that normalizes string data

Hi I looking for node to normalize string data.

The level of normalization I want is to automatically look up the column values and convert similar values.

All column values are searched and closely matching values are grouped together.

EXAMPLE )

Are there any nodes that provide these features?

Use the cell replacer node to do this, create a dictionary list of normalised terms and then synonyms against it in a .csv file. Then use the node to check the column and replace or create a new column with normalised terms.

3 Likes

Nice one using collection column in Cell Replacer node @stanage :+1:
Ivan

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.