Reading data from csv by column and store in array list [closed]
I have a data as below in .csv file. | Name | Age | Place| |Ram | 20 | AP | |Srinu | 25 | TS | |Raju | 22 | TN | How to read only Place from above csv file and store all values using list