Forum Discussion

CMC's avatar
CMC
Helper I
3 years ago
Solved

Move Column Items to New Column and Value

I'm trying to figure out how to move the below data into custom rows and values.  the data comes in this format:   "deviceId": "cd489ed6-111a-46c7-bd31-ce1a91d7efcd", "deviceName": "Aeotec Switch"...
  • wdx223_Daniel's avatar
    3 years ago

    guess your data is Json format text

    try this code

    = Table.FromRecords(Json.Document(YourText))