Exporting data out of Google AppMaker

人盡茶涼 提交于 2019-12-12 06:00:04

问题


Currently, I store my data on google-drive tables. When I export the data to spreadsheets, the relationship between models are lost. For example, I have a farm object and contacts tied to that farm object.

When I export the data of farms and contacts from my deployment, google gives me a spreadsheet with two sheets (farms, contacts). Each of them contains the data but the relationship of farms and contacts tie to each other is not shown or listed.

Is it not possible to show the relationship? Should I use the google cloud SQL?


回答1:


This problem was addressed with one of the latest App Maker releases:

November 9, 2017

You can now import and export all app data and relations.

You can read full release note by pointing your browser to this link: https://developers.google.com/appmaker/release-notes#import_and_export_relations

Documentation related to import and export functionality can be found here: https://developers.google.com/appmaker/models/import-export



来源:https://stackoverflow.com/questions/43642384/exporting-data-out-of-google-appmaker

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!