I have a CSV files with 100s of Column names, I want to import this file as a new table in my existing Sqlite database such that First row makes Column names and from second row values to the columns. How can I do this in android programatically. Any help will be appreciable
3
-
have you looked at any resources online? have you tried anything so far?Amulya Khare– Amulya Khare2013-11-29 05:55:39 +00:00Commented Nov 29, 2013 at 5:55
-
yes but i was not able to implement loop for 100s of column namesuser2737515– user27375152013-11-29 06:01:21 +00:00Commented Nov 29, 2013 at 6:01
-
Possible duplicate of How to insert large amount of data in sqlite database in AndroidPaul Sweatte– Paul Sweatte2016-11-01 18:17:38 +00:00Commented Nov 1, 2016 at 18:17
Add a comment
|