Ghica
unread,Oct 7, 2017, 3:56:08 AM10/7/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Hi Chris,
Before you settle for an awkward solution like you are planning to do, with or without BOM markers, maybe you should investigate other options.
- How big is your file when the app is in actual use?
- How often are there updates to the data you need to process?
- Do you need to share the data with other users of the app?
As answers to these questions you could explore other options:
- Use the spreadsheet as-is as Google spreadsheet, you can query the contents with simplified SQL quite easily, update it from multiple sources, etc. but you need internet connection. Seatch puravidaapps for more information.
- Import your data into a TinyWebDB, or a Fusion table, but of course web access required
- Use Firebase. In a limited way you can also use it offline. It works much like a TinyDB.
- If your data is purely local, you could, on your PC, convert it to an SQLite database and import it using Taifun’s SQLite extension.
Without knowing more, I cannot advise you. I agree with your conclusions about desirable functional enhancements to AI though.
Cheers, Ghica