How do I input a CSV file into an array in Java? The CSV file has the following columns:
Drug Name, Date Created, Batch Number, Location, Date of Shipment, City, State, BarcodeThere is also 150 rows of data. All of this needs to be stored in some kind of structure in Java. I was thinking an array. After that, I'd like to be able to just read the barcode data.
Please advise on the best method to do this. So far, I can import a CSV file into Java and read the file, but I don't how how to print the data in array. Please help.
Thank you!
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here