Forum Discussion

nadavsnn's avatar
nadavsnn
Frequent Visitor
2 years ago

Power query - parse all JSON column

hi all I am trying to write an M language function that will extract all fields from a JSON column - the names in the JSON are changing so I cannot just declare the names in the parsing code.  my f...