Export data from Google App Engine to csv

后端 未结 2 1347
一个人的身影
一个人的身影 2021-02-02 00:55

This old answer points to a link on Google App Engine documentation, but that link is now about backup your GAE data, not downloading it.

So how to download all the data

2条回答
  •  故里飘歌
    2021-02-02 01:35

    You can use appcfg.py to download Kind data in csv format.

    $ appcfg.py download_data --help

    Usage: appcfg.py [options] download_data

    Download entities from datastore.

    The 'download_data' command downloads datastore entities and writes them to file as CSV or developer defined format.

提交回复
热议问题