Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Regex to Sort out spaces between Numbers

Pranab_C
8 - Asteroid

I am extracting data from PDF using R Code, however I am unable to make this work in the given scenario. Need a Regex Code that can retain the spaces between the numbers to stay as it is, right now spaces are getting moved to the end or not coming thru at all. 

3 REPLIES 3
Raj
16 - Nebula

@Pranab_C 
find the flow this is retrieving the spaces
If this is not exactly what you are looking for i will suggest to share the problem in detail with sample input and expected output

Pranab_C
8 - Asteroid

This will split data based on a space, which is also present in the name, solution will have to be able to consider the space only after the name. It would have to be a Regex formulae

Raj
16 - Nebula

@Pranab_C 
give input and expected output

Labels