Closed aborruso closed 7 years ago
Hi,
I think you are very close to the working solution! Did you try using "," character as a splitter?
You can split a categorical attribute using the UI as well in authoring mode. Just an example below. Enter "," character when it asks for text.
Let me know if this works.
Adil
hi @adilyalcin it works, thank you very much
Hi, I have a single column with categorical attributes, I use these as tags.
When I add this column to the browser, the tags are not splitted: in example in my tags column I have the value "tech,iot,2017" and in the browser it remains "tech,iot,2017" and I do not 3 categories, "tech", "iot" and "2017".
I have used also
+
as separator. My data source is a gdrive sheet, and I'm using "Import your data" page.Thank you