Additionally can we able to insert one additional word (development) using “Join” expression into the above output as
/Users/Hub_Admin/Development/Example Workflows/Basic Examples/Test_Session(2)
There are probably more elegant ways, but this works. There are two branches. The first works if the the number of characters before the split is fixed. If it changes this won’t work. The second will work if the first split has a variable length but still depends on “Example” being present in the path. The two paths also show two ways to remove the brackets. Hope this helps.
Thanks for the reply. Tried replacing the expression you given similar for another column but getting java characters. Do i need to change the column type to String format? Please advise.
Thanks tqAshay95 for the efforts and suggestions. Much appreciated.
@gonhaddock - Excellent, you found the correct point. After ungrouping, the “[” removed properly and used the string manipulation to replace with the additional words.