Count number of emoji inside a text field.

Parameters:
idCol (Column to analyze):
The column that contains the text you want to analyze for emojis.
Example: C1
colName (Output column name):
The name of the column where the emoji count result will be stored.
Example: EmojiCount
idFalse (List of characters to be ignored):
Optional. A list of emojis that should not be counted.
See dedicated page for more information.
See dedicated page for more information.
The Count Emoji action counts the number of emojis present in a specified column of the dataset.
Input Column C1:

Without idFalse:
➤ EmojiCount: 12

With idFalse = 🦊:
➤ EmojiCount: 11

idFalse, make sure emojis are copied exactly, as even slight differences will be counted.