Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How can I separate name by capital letter?

benbenjoy
8 - Asteroid

For example, if there are a bunch of names as following, how can I separate it by the capital letter of the second name?

 

AndrewAton      ->       Andrew Aton  

 

HarryPorter        ->       Harry Porter

JamesSmith     ->         James Smith

 

Thanks!

1 REPLY 1
LordNeilLord
15 - Aurora

Hi,

 

In the regex tool you can use the expression (\u\w+)(\u\w+) with the parse method:

 

2017-12-14_14-52-43.png

Labels
Top Solution Authors