JSON Parse to table
- RSS フィードを購読する
- トピックを新着としてマーク
- トピックを既読としてマーク
- このトピックを現在のユーザーにフロートします
- ブックマーク
- 購読
- ミュート
- 印刷用ページ
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
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... |
解決済! 解決策の投稿を見る。
- ラベル:
- Datasets
- Expression
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Thanks Atcodedog05!
I tested the workflow, but it only brings the first date of the dataset (13.1.2022) The dataset has multiple dates, in the example there is 14.01.2022, but once the workflow works, there will be hundreds).
Any ideas how to get the other datasets included also?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Almost there :=) But the problem is where I ran into before, is how do I transpose the table so that the 2 different dates for the same currency go on their own rows and the currency and other lables are copied. as in the example above.
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... |
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Big thanks OllieClarke & Atcodedog05! both of the solutions do the trick! :=)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Happy to help : ) @JarkkoP
Also, you are allowed to mark multiple posts as solutions so feel free to 🙂
Cheers and have a nice day!
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Thanks, I was struggling with which one to accept 😄 Both are not approved as solutions :=)
