Hi,
I have a json string (attached), and I want to convert it to key-value format like this:
How to do this?
| company_number | key | value |
| 9145694 | address | {"address_line_1":"St. Andrews Road","country":"England","locality":"Henley-On-Thames","postal_code":"RG9 1HP","premises":"2"} |
| 9145694 | address | ceased_on: "2018-05-14" |
| 9145694 | address | country_of_residence:"England" |
| 9145694 | date_of_birth | {"month":2,"year":1977} |
| 9145694 | date_of_birth | etag:"3b8caf795c03af63921e381f7bb8300a51ebb73d" |
| 9145694 | date_of_birth | kind:"individual-person-with-significant-control" |