Text to List Item Seperator

There is a node in QC that’s very useful when working with datamatrix codes and converting them to useful Lists. It was called the String Components Node and what it would basically allow you to do was input a text string and identify a “separator” which it would look for in the text and generate a multi item list based on that separator.

Here’s an example:

Input:

  • Separator: "%" <-- This can be changed to any character you like to separate by
  • String (Text): Christopher Wilms%Male%Likes VUO

Output:
String Components Output (List):

  • Christopher Wilms
  • Male
  • Likes VUO

Is there anything planned for lists and text in the future that would allow for this? If it already exists I haven’t been able to find it.

String Separator.png

Yes — Vuo 1.1 includes a Split Text node (you can try it out now with the 1.1.0-alpha2 build we just published).

Awesome, it works great!! I looked for it but somehow missed it. Thanks for responding so quickly!

In Vuo 1.1, we added the Split Text node.

I’ve been using it all of last week in the Alpha2 and it’s has been working great! Looking forward to checking out all the new 1.1 features.