Swap String Parts

Description

Given a delimiter, splits the string in two parts and returns a new strings with the two parts swapped E.g.:

  • LastName,FirstName : FirstName LastName

Input

  • SOURCE [OBJ,STRING]: a 2-column input with an object-string pair. Typically obtained with the Extract string block

Output

  • RESULT [OBJ,STRING]: the pairs from SOURCE, where the string has been modified

  • STRINGS [STRING]: the modified strings, without the object they were paired to

Output scores can be aggregated and/or normalised.