[SOLVED] Â JSON Result Into Table |
4/2/2020 11:08:48 AM |
PHPRunner General questions | |
S
salus1 authorDevClub member
Hi, |
|
![]() |
Sergey Kornilov admin 4/3/2020 |
The problem here is that multiple currencies sit in a single field named "rates" while it should be an array and there should be a separate entry for each currency. Something like this would be a more traditional format. {
|
S
|
salus1 authorDevClub member 4/3/2020 |
Thanks Sergey. I went ahead and built an intermediary file that runs the query and parses the result into the required JSON format. |