View JSON data from Firebase in Excel?

I use Firebase as it seems to be the easiest database solution for Android. I just play with him to take care of this a bit. The biggest thing that scares me right now is how (if possible) you could represent the database in one form or another of the table, as in excel. I know that Firebase is exported to JSON, which is definitely not intended to be displayed in this way, but, of course, is there any system that can do this? Or do I need to write my own program that creates a CSV file?

For example, I hacked an application for recording travel information for a service such as a taxi. It records the name, destination and cost of the trip. Here is an example of JSON.

{
  "Jobs" : {
    "job0" : {
      "Cost" : "$30",
      "Destination" : "Demo Dest 1",
      "Name" : "Demo Name 1"
    },
    "job1" : {
      "Cost" : "$40",
      "Destination" : "Demo Dest 2",
      "Name" : "Demo Name 2"
    }
  },
  "job number" : 2
}

, . "", " " "", .

- , ? , , -, Android, ?

.

+4
2

. firebase, excel. -, , . : https://json-csv.com , .

+3

Firebase Excel Online Google ( 10 ..), Flatly . . : Flatly.

0

Source: https://habr.com/ru/post/1648234/


All Articles