Forum Discussion

Tony_Kuiper's avatar
Tony_Kuiper
Icon for Helper I rankHelper I
4 years ago
Solved

Changing the order of JSON string to use as columns.

Hi all...   I have a large data set which has a column of potentially usefull tags. The issue is that I'm struggling to get the contents of the json (inside a single column) out into a form that is...
  • ImkeF's avatar
    4 years ago

    I believe that I start to understand. Not sure yet, if the column names are the names in the json records or the field values, so I created solutions for both. Please check the file enclosed.

    Basically, you add a column that collects all data from the current row (except the json field) for the first row of a new table and then you determine the column names from the json in a second column. Finally, you create a new table in each row that assembles the values correctly.