jdbc - Reading a CSV file into Java as a DB table -
I have got many posts about reading CSV with Java and the API on which they all point to, one Line-oriented approach was to read a CSV file "When you get a line, get some values for each column".
I would appreciate a high-level API like Perl, where DBI allows you to use SQL on CSV, such as if a DB table otherwise I have to apply a lot of logic to myself .
Is this an API? Am I forgetting something? There are some references to JDBC drivers, but most are those projects which have not been updated in the last 5 years.
You can use it to do this, look at the links given below and describe the same way Please.
Comments
Post a Comment