Hi,
Basically I am working on a uni project but I am pretty new to Java. I've been trying to figure out how to do this for days now but just can't get it right. Really need to get it done as the deadline is approaching!
I have 3 (large) tab delimited CSV files that I need the user to be able to search for data inside on a command line input. I'm planning to have a class for putting the CSV files into ArrayLists or another type and a class for handling user input for a start. Is this a good way to go about it?
The part I'm really struggling with is reading a CSV file into an ArrayList. Just can't seem to get my head around it or get it to work despite spending loads of time reading up on it.
Any input on how to get started on this would be appreciated as it's driving me crazy!