In the program I am writing, I want to be able to import CSV files. At the moment, it occupies the main text file.
File mainemails = new File ("mainemails.txt");
I know that importing a CSV using a file is probably not the most economical thing to use. What would be the most efficient way to import a CSV file? Should I download any new libraries to use an efficient method?
java csv
Nick welki
source share