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.

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.

New Bulk Edit functions

3 new edit functions are available for bulk editing.

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