"4;30;4;20;SW,SE",,,
Here is my attribute string, I want everything between the quotes to be split at the ; and the rest to be split at the commas. (There are no values held there in this example.) Please help. m
"4;30;4;20;SW,SE",,,
Here is my attribute string, I want everything between the quotes to be split at the ; and the rest to be split at the commas. (There are no values held there in this example.) Please help. m
I would use the stringreplacer with regex and replace all variants with one delimiter, then use the attributesplitter to split.
Hi. Try it like this
You may find this related question of use: https://community.safe.com/s/question/0D54Q000080hQkFSAU/split-attribute-with-delimiter-but-also-ignore-the-same-delimiter