Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    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

    Thread Starter chimnon

    (@chimnon)

    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

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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

    Thread Starter chimnon

    (@chimnon)

    Thank you

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem! Sorry that I couldn’t help with a solution here.

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘import data from url’ is closed to new replies.