I want to create, sort, filter, query, update, etc. hierarchical data like JSON or XML or YAML with the same ease as a spreadsheet. Does such a thing exist?

  • Zwuzelmaus@feddit.org
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 days ago

    So the real question was, which tool to use in order to transform the JSON’s tree into these tables & relations?

    (hopefully you didn’t just write this all up manually! :-))

    • davel@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day ago

      There are tools out there to generate a SQL script from a JSON file that contains all the necessary DDL and DML statements to produce a database in full. I’m not familiar with any of them, though, so I can’t help there.