Skip to main content
Solved

Converting Unique Values into Individual Words

  • March 1, 2018
  • 1 reply
  • 10 views

mikeinhamilton
Contributor
Forum|alt.badge.img+5

I need to create a list (or repository) of all the unique words in multiple data sets attribute tables. I was able to create a list of all the unique attributes, but now I need to go one more level and break out those attributes into individual words.

For example, let's say my unique list of attributes are:

The Dog

 

The Cat

 

Bird

 

Three Donkeys

I need to take that list and create this list with it:

 

The

 

Dog

 

Cat

 

Bird

 

Three

 

Donkeys

Does anyone know how I might achieve that?

Thanks.

Best answer by mikeinhamilton

AttributeSplitter and ListExploder seem to do the trick.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

mikeinhamilton
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • 3 replies
  • Best Answer
  • March 1, 2018

AttributeSplitter and ListExploder seem to do the trick.