As it turns out, it's fairly easy to "export" your ${app} feed data to
a Google Spreadsheet, although the process does require a server (for
now).
The following Knowledge Base entry details how to access the ${app}
feed outside of GME:
http://code.google.com/support/bin/answer.py?answer=76140&topic=11689
Using your server-side language of choice, you can pull this feed in,
parse it, and then either write to a spreadsheet directly using the
Google Spreadsheets data API or export it to another format (e.g. CSV)
that can be easily imported using the main product. Let me know if you
need any more details.
On Feb 11, 3:29 pm, Valery35 <xbbs...@gmail.com> wrote:
How to make backup (copy) app feed to spreadsheets?