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

Dividing columns

sumanthskumar
8 - Asteroid

The Value column has two chess moves. The first one from the white player and the second one from the black player. E.g:- In "1. e4 e5"  "1." is the move number "e4" the white's move and "e5" is the black's move. I want the Value column to be divided into two, "black" and "white" for each Game ID. Some of the moves end with "+" and "#". Some games also have multiple spaces between each move. Can someone please help me out?

 chess moves.png

2 REPLIES 2
LordNeilLord
15 - Aurora

Hey @sumanthskumar 

 

This is close, you can play around with the regex to get it closer

 

Capture.PNG

sumanthskumar
8 - Asteroid

Hey,

I was stuck at this for hours. Thanks for the help, means a lot! 

 

Labels
Top Solution Authors