Hi,
I have an output from a transform which is a string of numbers deliminated by a semi-colon. Sometime due to the source data, there is a duplicate value.
eg: 1234;2345;4567;1234
How can I remove the duplicate to leave: 1234;2345;4567
The duplicate is causing problems when it is sent to a third party software. The duplicate cannot be removed by them, nor by the source data.
Many thanks, and season greetings