Question
Import huge(~35 MB) CSV file into Database
I have a file that have around 80000+ records and size is around 35MB.
I would like to understand the way to read the data in it but need paging to be part of the process as i want this to be inserted into DB.
