1

The text is joined by nearest to the objects.

enter image description here

But is there a way to multipart objects just from text? E.G.'T1-I11', 'T1-I5' As there are multiple objects with the first half of the text, is it possible to multipart from a certain part of the text.

The closest I got for this to work is by using the aggregate tool.

0

1 Answer 1

3

Aggregate should work.

Split the string into an array with string_to_array, slice the first two elements of the array, and convert back to a string:

array_to_string(array:= array_slice(array:=string_to_array(string:="X", delimiter:='-'), start_pos:=0, end_pos:=1), delimiter:='-') 

enter image description here

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.