java csv program code example
Example: csv file data structure java
HashMap<String, List<String>>
//csv file has 3 columns first column can be used as key
HashMap<String, List<String>>
//csv file has 3 columns first column can be used as key