Hi guys.
I need help with this. I dont know where or how to start, and I dont have peers to help me.
I have .txt files that I need to read and sort, then write.
The text files are always in this format:
1 row containing column headers, then
rows containing information.
I have to read the file row by row, and sort it by the first column(this is an ID, but is not unique, as one "customer" can have multiple items registered to his name. after this i need to write a .txt file for every single customer.
My problem (please bear in mind: I am very new to Java) is mainly sorting the records.
Please can someone help me?