I want to read a CSV file in Java Swing and then modify it; for instance I want to add some extra columns, a column that contains the ip address of the computer on which I am working and some more columns. Can anyone help me?
I am working on a project which reads the CSV file, modifies it and then loads that CSV file into a MySQL database. I have tried almost all tutorials but couldn't find any solutions.