unix « CSV file « Java I/O Q&A





1. any quick sorting for a huge csv file    stackoverflow.com

I am looking some java implementation of sorting algorithm. The file could be HUGE, say 20000*600=12,000,000 lines of records. The line is comma delimited with 37 fields and we use 5 ...