Answer the question
In order to leave comments, you need to log in
How to convert data and upload to database?
When unpacking the application for Android APK file, I received the SQLITE database structure, but empty and the link by which data is loaded from the network in the form:
[{"Column1":"Value1","Column2":"Value2","Column3":"Value3 "},
{"Column1":"Value4","Column2":"Value5","Column3":"Value6"},{"Column1":"Value7","Column2":"Value8","Column3": "Value9"}]
I.e. the column name followed by a colon is followed by the value, and so on for each row.
How can I manually load this streaming data into SQLite for example? To continue to work with them already as c SQL.
This is some kind of data description format or type of stream,
Answer the question
In order to leave comments, you need to log in
This is JSON . The Android API in the kit has tools for parsing it .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question