Backup offline feature layer data to csv?

612
1
Jump to solution
06-04-2012 11:23 AM
deleted-user-4bdbdJY7UQ_i
New Contributor II
Can anyone point me in the right direction to create a csv from the offline feature layer data?  I will soon be testing the offline abilities of the iOS and get a little nervous if the sync process fails or the app crashes after collecting data while offline.  I believe that the data is being saved in the Cache.db currently, and I would like the ability to access this data in case something were to fail.

Thanks!!

Mark Slaten
0 Kudos
1 Solution

Accepted Solutions
RickJones
Occasional Contributor II
Have a look at the Offline editing sample. It uses JSON to store the data while offline.

I uploaded a sample in an earlier post you can check out.

View solution in original post

0 Kudos
1 Reply
RickJones
Occasional Contributor II
Have a look at the Offline editing sample. It uses JSON to store the data while offline.

I uploaded a sample in an earlier post you can check out.
0 Kudos