I have the json in this format: I want it to be in a dataframe format where each of the three field names are separate rows. Where one row has a column(e.g “format”) where others are blank should be assumed to be NULL. I have tried to use the flatten_json function which I found on here, but doesn’t work as