Forum Discussion
Anonymous
2 years agoNot applicable
help needed with power query transform
i have a excel spreadhseet with one of the column like in the screenshot below. I tried to transform to JSON but its throwing error. How to expand those columns inside the brackets .
ChiragGarg2512
Solution Sage
2 years agoAnonymous , Use any excel to json online convertor. Caution that the excel that is provided only has the above column.
OR
Replace every ' by " and } by }, and in the same way introduce commas between every key-value pair. Paste all of the values in [ ] in notepad and save it as .json .
Also that no two values have , between them, i.e. notificationID and unreachableCount are not differentiated.