I am looking for a way to remove zeroes from some attributes, but not all.
1) I have sliced up a string using the "AttributeSplitter" with delimiter "3s4s"
2) original data is 1234567 -> two new lists (list1: 123 & list2: 4567).
3) Sometimes list2 have 0 as the first character. I am looking for a way to delete this 0 without deleting values with four characters.
Regards,
Stig