tags:

views:

54

answers:

0

Hi,

Firstly, I have a zip file containing CSV files. I have to unzip it to a temporary folder and load data into jdbc database and then delete temporary folder.

Note: mySQL table is set up and ready for CSV files inputs.

thanks.