radiant-rstats / radiant

Business analytics using R and Shiny. The radiant app combines the menus from radiant.data, radiant.design, radiant.basics, radiant.model, and radiant.multivariate.
https://radiant-rstats.github.io/docs/
Other
459 stars 136 forks source link

German Excel version #202

Closed Leo47114711 closed 1 year ago

Leo47114711 commented 1 year ago

Hi, Whenever I load a CSV to Radiant, the titles are concenated with underscores like "X1_X2_X3" for example. This results in one attribute while you have 3. Could you help me to avoid this, please? Cheers and thank you, Leo

vnijs commented 1 year ago

Your data is likely not "comma separated" but "semicolon separated". You likely need the settings as in the screenshot below

image