Forum Discussion
ebecerra
Microsoft Employee
7 years agoSplit a column with string and array of arrays
Hi, I've been trying to come up with a solution to the following problem with not much progress, I just can't seem to figure out what are the right steps to take. I have a table that has rows lik...
- 7 years ago
I updated my sample file adding another way of transformation. It's based on Json.Document parsing function.
There were no need for it but I think there will be no harm either.
Sergiy
Resolver II
7 years agoI updated my sample file adding another way of transformation. It's based on Json.Document parsing function.
There were no need for it but I think there will be no harm either.
ebecerra
Microsoft Employee
7 years agoI decided to go with Sergiy 's solution #2 using the Parsed JSON function since it gave me more flexibility to what I want to do next with the data. I did not use the GetTextFromList function since I did not actually need that list as a string.
Thank you so much!