Split Mutation
The Split mutation allows you to break a single string into a list of substrings based on a specified value. This is useful for breaking down compound attributes or fields into separate, more usable parts.
Options
- Value to Split By: The character or string that will be used to split the original string.