i want to export datas in csv file(csv file is a type as the excel file) or text file to my database, in other hand the csv file contains columns that are the seem one in the database except same of them.
I work under a Java EE platform with struts, spring and hibernate frameworks, and postgereSQL as database.
i want to export datas in csv file(csv file is a type as the
Share
Utilize postgresql’s COPY command