From c99e5a6e83f74277531ec547a3e9a3f49d0e8818 Mon Sep 17 00:00:00 2001 From: battilo Date: Mon, 18 Sep 2017 20:02:26 +0200 Subject: [PATCH] tolto la cancellazione dell'sql.. non serviva --- LoadCSVData.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoadCSVData.pl b/LoadCSVData.pl index ed94178..1753544 100644 --- a/LoadCSVData.pl +++ b/LoadCSVData.pl @@ -92,7 +92,7 @@ sub writeOutSql { or die( getTimeStamp("log") . " - pid $$ >> system @args failed: $?\n" ); print getTimeStamp("log") . " - pid $$ >> file $outfile loaded into DB\n"; - #unlink $outfile; commentato per il doppio carico nel db + unlink $outfile; return; }