Forum Discussion
MongoDB With r
- 9 years ago
I resolve my problem but itsn't work for all list.
If you had second or third nest it didn't work. I set a loop to search which column is list() and do unlist() then the error is gone!
You can split this column to multiple rows in Power query. Please refer to the steps below.
- Add a custom column.
- column expression
=Text.Split([belongs],",") - Expand to new rows
- Results
Regards,
Charlie Liao
umm.. it works cool!
but it's specify for known column but not for all list.
And need to covert evely column from list to text (or character) .I thought itsn't great for perfomence.I plan to implement transfer function that type of list is made new Table.
thanks for your tutorial!
- RachC9 years agoHelper I
I resolve my problem but itsn't work for all list.
If you had second or third nest it didn't work. I set a loop to search which column is list() and do unlist() then the error is gone!