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 there is only a key value pair and if i use a list to load the data in, then i cannot sort for a certain record based on key. can anyone help me in that. I will put my csv file in DirAssets folder so that it goes with application. Is there a way to use HashMap for this purpose.
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 there is only a key value pair and if i use a list to load the data in, then i cannot sort for a certain record based on key. can anyone help me in that. I will put my csv file in DirAssets folder so that it goes with application. Is there a way to use HashMap for this purpose.