Hi everyone
I am trying to figure out how to handle the situation where text fields passed through the line itemizer contain commas. I can strip them out at the source, but would sooner handle them elegantly if I can.
I’ve read all the documentation on the Formatter and Line Itemizer, and searched the community forum, but can’t see how to handle this.
I tried delimiting the text in quotes so the commas are enclosed in quotes, but the itemizer just inlcuded the quotes as part of the string and then split the string at the quote.
I looked for a way to escape the comma, but couldn’t find a way.
Can someone please advise?
Thanks