Length
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation returns the number of Unicode characters in your input strings, that is to say, the number of visible characters they have. This includes multi-byte characters like emojis and accented characters.
These are the input/output expected data types for this operation:
- Strings to be measured.
- Number of Unicode characters in the input strings.
Suppose you want to calculate the length of a series of strings. To do it:
In your Pipeline, open the required configuration and select the input Field.
In the Operation field, choose Length.
Give your Output field a name and click Save. You'll get the count of Unicode characters in each of your strings. For example: