What is the best way to load CSV data to a table in a PostgreSQL database (in Java)?
Context: I am working on extract, transform, load (ETL) processing - extracted the flat file and generated (csv's of a similar table). I want to load CSV files to a PostgreSQL table in Java.