Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to replace dot delimited column names after R Tool?

jgligorevic
5 - Atom

Hi all,

 

I frequently notice that after using the R tool the column names get delimited by a dot instead of staying the same. Is there a way to disable this?

It is fairly frustrating because I have a lot of fields.

 

Thank you 

2 REPLIES 2
patrick_digan
17 - Castor
17 - Castor
I have the same problem. You may try a dynamic rename, select all your fields, and then write a formula like (I'm on my phone so apologies for any typos in the formula)

Replace([_CurrentField_],"."," ")

This will change the dots to spaces
jgligorevic
5 - Atom

Hi Patrick,

 

I suppose this is the only solution as a workaround. Thanks

Labels
Top Solution Authors