you can string replace it and then split it to an ...
# suitescript
p
you can string replace it and then split it to an array var x = value.replace(/\u0001/g, '-') var y = x.split('-')