From 3a8b176c170ea88a402c9b735001d1ceb5133851 Mon Sep 17 00:00:00 2001 From: battilo Date: Mon, 18 Sep 2017 19:30:58 +0200 Subject: [PATCH] commentato la cancellazione dell'sql per doppio carico su db --- LoadCSVData.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }