csv_files

  1. R

    Android Question App crash, but no information

    Using this code to write large .csv file to SQLite: Sub CSV2Table3(strFolder As String, _ strFile As String, _ bFileHasFieldNames As Boolean, _ arrFieldNames() As String, _ 'this will be provided by GetCSVProperties btSeparatorByte As...
  2. saeed10051

    Android Question loading a csv file in a Map or HashMap

    Hi All, i am building an application in which i have a csv file related to data of students in a class, the unique key here is the student roll number, the data include student name, class, section, grade in last year etc. i want to load this data in my application but if i try to use a Map then...
Top