diff --git a/LoadCSVData.pl b/LoadCSVData.pl index 7713d02..ed94178 100644 --- a/LoadCSVData.pl +++ b/LoadCSVData.pl @@ -91,7 +91,8 @@ sub writeOutSql { system(@args) == 0 or die( getTimeStamp("log") . " - pid $$ >> system @args failed: $?\n" ); print getTimeStamp("log") . " - pid $$ >> file $outfile loaded into DB\n"; - unlink $outfile; + + #unlink $outfile; commentato per il doppio carico nel db return; }