Split property
During data cleaning and data normalization, you often need to split text from a property into multiple properties. This is useful to get the domain from email addresses, or to split a Full Name into First Name and Last Name parts.
The splitting algorithm takes a property, a delimiter, and the number of parts. Check the split property documentation.
![](https://cdn.sanity.io/images/bqczz0ne/production/235eba113b3cf1417160216d7af41a63625b9bae-1191x965.png?w=1200&fit=max&auto=format)
Merge properties
And the inverse of "Split property" is the "Merge Properties" tool. This one takes multiple properties and a delimiter character(s). Check the merge properties documentation.
![](https://cdn.sanity.io/images/bqczz0ne/production/b479879dc54f851a0f62b390a6fe76fa3dbc7028-1193x966.png?w=1200&fit=max&auto=format)
New Bulk Edit functions
3 new edit functions are available for bulk editing.
- Remove symbols - This action removes emojis and any character that is not alphanumeric. An option to keep punctuation (dot, comma, etc.) is available. Check remove symbols documentation.
- Convert HTML to text - This action takes HTML code with tags and extracts the text. Check convert HTML to text documentation.
- Remove extra spaces - This action removes multi spaces, new lines, tabulations, etc. Check remove extra spaces documentation.
Miscellaneous
- Custom API key for Deepl - Premium users can now use their own Deepl API key to run the Deepl action and translate CSV files.
- Allow async function in "Run JavaScript"
Fixes
- Fix copy pasting with multiline text and delimiters other than comma