HI Community,
Im struggling with a JSON converting problem that I cannot figure out. I have a JSON extract as below, that has exchange rates for specific dates and currencies. The data is structured so, that the Date and value is on top, and the currency information is below the actual data. the 0,1 ect defines the data groups. How can I convert this to the following format? All help is much appriciated! :=)
| Date | Value | Currency | Currency denom | CurrencyNameFi | ECBpublished | | |
| 13.01.2022 | 9,99333 | NOK | EUR | Norjan kruunu | True | | |
| 14.01.2022 | 9,986 | NOK | EUR | Norjan kruunu | True | | |
| 13.01.2022 | 10,238 | SEK | EUR | Ruotsin kruunu | True | | |
| etc... | | | | | | | |
