OpenCSV icon indicating copy to clipboard operation
OpenCSV copied to clipboard

JDBC high-performance data bulk unload. Convertion between ResultSet/CSV/SQL/sqlldr files

Results 10 OpenCSV issues
Sort by recently updated
recently updated
newest added

When using OpenCSV with a JDK > 1.9 the following error appears on execution: java.lang.NoSuchMethodError: 'sun.misc.Cleaner sun.nio.ch.DirectBuffer.cleaner()' at com.opencsv.FileBuffer.close(FileBuffer.java:161) at com.opencsv.CSVWriter.close(CSVWriter.java:382) at com.opencsv.CSVWriter.writeAll(CSVWriter.java:281) at com.opencsv.CSVWriter.writeAll(CSVWriter.java:244) A similar issue can be...

## Problem? When exporting from an oracle database that uses a `number` column type for bigints, opencsv put `.0` as a suffix to all the values, even though the values...

I am getting below error. Could you please help putting a sample program to use opencsv? ``` import java.io.IOException; import java.io.InputStream; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import...

Its really super fast against Spool or SQL developer like exports, it will be good if S3 storage as CSV destination is supported.

My query has aliases with proper column names. While the original OpenCSV writes aliases as column headers, this library ignores them somehow. Thx!

The logWriter seems to be never initialized in case of usage of CSVWriter(Writer writer, ...)

People have to set absolute path to pom.xml to the JAR everytime I share the code to some person. Can you add this to online maven repository