I want to import a file from microsoft planner into a new table.
The excel file has a field with comma-separated labels that I want to bring in as a multiple select field in Seatable. Here’s an example of a cell with three labels:
Lead by Campaign team,Employers/businesses,Medium project
A straight import gives me one select value “Lead by Campaign team,Employers/businesses,Medium project”, not three.
I have tried splitting the data onto separate lines in the excel cell, like this:
Lead by Campaign team
Employers/businesses
Medium project
This is parsed incorrectly and creates four options, not three.
How can I correct this and easily import the data accurately?
after you have imported the csv file, you can create a new column of type multiple select and copy the values into this column.
If the values are separated by commas, they will be listed as individual options.
Thanks. Based on your success, I tried copying the column into notepad and copying again to paste into Seatable. It worked! Thank you so much. It must have been picking up some extraneous formating from Excel before.