Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Import data into tables

Is there an easy way to import (append) data into an existing table? The only option I can see is to import into a new table.

Thanks,
Aeneas

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Import data into tables

Hello,

Do you mean database collections? Or what table?

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Import data into tables

No I mean add data to a table. The only option is to import a csv file to a new table but I want to add to an existing table. This is static data so needs to be continually added and updated.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Import data into tables

Aeneas,

Could you please show us screen shot of what you are trying to do?

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Import data into tables

I have a csv text file and want to be able to add to existing table. Nothing to do with app only database so no screenshot

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Import data into tables

Hi Aeneas,

Could you please clarify this, as it's not very clear for us.

If you want to update existing table in database, then it's not possible now.
Here is the quote from our documentation:
[quote:]
Note: You can’t update an existing collection by uploading a new CSV or JSON file. Instead, you can delete the current collection and create another one from the new file. If all the column names stay the same, there are no changes needed for REST services or mapping.
[/quote]
:: http://devcenter.appery.io/documentat...

Or you have implemented this kind of table in your app? -- http://api.jquerymobile.com/table/

Return to “Issues”