EXPORTING TO EXCEL FROM ANDROID

Discussions about creating CAPI applications to run on Android devices
John Manasseh
Posts: 1
Joined: August 12th, 2024, 7:59 am

Re: EXPORTING TO EXCEL FROM ANDROID

Post by John Manasseh »

Hello,

I would like support to export all cases to CSV and be able to sync the CSV file to the server.

Thanks
justinlakier
Posts: 238
Joined: November 21st, 2022, 4:41 pm

Re: EXPORTING TO EXCEL FROM ANDROID

Post by justinlakier »

Hello,

You can easily sync the CSV file to the server with SyncFile.

The export solution that Josh mentions, using FileWrite, writes a case to the CSV line by line. You could do this using loops to go over each case from a menu. This code may be slow if you are trying to write all of the details from many files.

It is recommended that instead of trying to perform the file conversion on Android, you access the .csdb data from your desktop and use the Export tools found there to convert the .csdb into a CSV.

Hope this helps,
Justin
Post Reply