Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

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