Back
Given the string "House, Building, Farm, Office", how can I extract each word and store them in a collection in Blue Prism?
One way to go about this would be Importing the bundled Utility - Strings Business Object from <Blue Prism install dir>/VBO/BPA Object - Utility - Strings.xml and use the Split Text action to get each of the comma-separated strings as an individual collection row.
Then it would look something like this
Object: Utility - StringsAction: Split TextInputs: - Text to Split: <data item containing your comma-separated list> - Split Char: ", " - Collection Field Name: <string name of your choosing>Outputs: - Split Values (single-column collection)
31k questions
32.8k answers
501 comments
693 users