Here is what I am trying to do. Load a csv file into a sqlite database. This database will be used to read/write records to/from.
I have found this.
Dim su As StringUtils
Dim Table As List
Table = su.LoadCSV(File.DirAssets, "Trivia.csv", ",")
But I can't find the code to actually load the data into a table.
I have found this.
Dim su As StringUtils
Dim Table As List
Table = su.LoadCSV(File.DirAssets, "Trivia.csv", ",")
But I can't find the code to actually load the data into a table.