I have a Title field. I want to count the occurrence of each word across thousands of titles.
Step 1 : Text to Columns tool set to Split to Rows using the \s delimiter
Step 2: Summary tool set to Group By and Count
The challenge I am running into is that some titles are all Upper Case, some are Title Case, and some contain acronyms that are Upper Case and need to be preserved. As currently configured, Group By would treat RED and Red as different words. Can you change Group By to ignore capitalization?
| TITLE_FIELD |
| Red Storm Rising |
| RED STORM Rising |
| Red Storm Rising (RSR) |
