HELLO ALL, In this result {"rownumber":1,"concatco...
# suitescript
v
HELLO ALL, In this result {"rownumber":1,"concatconcatconcatconcatba":"0240589001-CITISGSLXXX-SGD|2649|3"}, i want to get only "0240589001-CITISGSLXXX-SGD". How can this be achieved? this result is the result of JSON.parse.
c
Something like this for example. Depends if that concat value always has the | as a split character
v
Thank you