Skip to main content
Question

I have an attribute that I want to split into component parts. What transformer will accommodate wild cards etc. or varying delimiters into its logic?

  • June 24, 2021
  • 3 replies
  • 32 views

mdk
Contributor
Forum|alt.badge.img+1
  • Contributor
  • 8 replies

"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

3 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • June 24, 2021

I would use the stringreplacer with regex and replace all variants with one delimiter, then use the attributesplitter to split.


muzhnasto
Contributor
Forum|alt.badge.img+12
  • Contributor
  • 105 replies
  • June 24, 2021

Hi. Try it like this

list


geomancer
Evangelist
Forum|alt.badge.img+58
  • Evangelist
  • 932 replies
  • June 25, 2021