Hi,
thanks for your question, and sorry for the trouble.
Importing this data will not work, as this is not the correct JSON format that TablePress expects. Sorry 🙁
You can only import two-dimensional arrays in JSON, but not such objects.
Regards,
Tobias
Hi,
I tried this https://api.coinmarketcap.com/v1/ticker/bitcoin/
It is two-demensional arrays, but it still doesn’t work.
Another quetion: Is this table autoupdate in realtime.
Thank You
Hi,
no, this is not a two-dimensional array in JSON, it’s an object in an array.
The necessary structure would be
[["cell 1","cell 2","cell 3"],["cell 4","cell 5","cell 6"],["cell 7","cell 8","cell 9"]]
And no, this would not automatically update in real time, it’s a one-time import.
Regards,
Tobias
Hi,
no problem! Sorry that I couldn’t help with a solution here.
Best wishes,
Tobias