Index: trunk/wikistats/analytics/AnalyticsPrepComscoreData.pl |
— | — | @@ -38,8 +38,8 @@ |
39 | 39 | $true = 1 ; |
40 | 40 | $false = 0 ; |
41 | 41 | |
42 | | - $script_name = "MySQLPrepComscoreData.pl" ; |
43 | | - $script_version = "0.3" ; |
| 42 | + $script_name = "AnalyticsPrepComscoreData.pl" ; |
| 43 | + $script_version = "0.31" ; |
44 | 44 | |
45 | 45 | # EZ test only |
46 | 46 | # $source = "comscore" ; |
— | — | @@ -50,8 +50,8 @@ |
51 | 51 | $dir_analytics = $options {"m"} ; |
52 | 52 | $dir_comscore_updates = $options {"u"} ; |
53 | 53 | |
54 | | - $dir_analytics = "c:/MySQL/analytics" ; # EZ test only |
55 | | - $dir_comscore_updates = "W:/@ Report Card/Data" ; # EZ test only |
| 54 | +# $dir_analytics = "c:/MySQL/analytics" ; # EZ test only |
| 55 | +# $dir_comscore_updates = "W:/@ Report Card/Data" ; # EZ test only |
56 | 56 | |
57 | 57 | if (($dir_analytics eq '') || ($dir_comscore_updates eq '')) |
58 | 58 | { abort ("Specify folder for 'master' csv files as '-m folder', folder for 'update' csv files as -u folder'") ; } |