If you want to create an overall statistics file from your daily generated WebOffice 10.9 statistic files (WebOffice_<DATE>.csv), you can create a batch file for this.
Create an empty batch-file (e.g. overall_stats.bat) in your WebOffice work-directory (e.g. C:\Tomcat\webapps\WebOffice\WEB-INF\work).
Enter the following lines assuming that your work directory is located C:\Tomcat\webapps\WebOffice\WEB-INF\work and your statistics file should be named overall_stats.csv:
del /F /Q C:\Tomcat\webapps\WebOffice\WEB-INF\work\overall_stats.csv
copy "C:\Tomcat\webapps\WebOffice\WEB-INF\work\*.csv" "C:\Tomcat\webapps\WebOffice\WEB-INF\work\overall_stats.csv"
Once the batch file has been executed, the resulting csv-file contains all calculated statistics located in your work folder.
Note: See chapter WebOffice Statistics for details about the administration of WebOffice statistics.
Note: See chapter Statistics Tab for details about accessing statistics in SynAdmin.
Note: See chapter Statistics for details about the configuration of statistics in WebOffice author.
Note: See chapter Statistics for details about creating advanced WebOffice 10.9 statistics.
Comments
0 comments
Please sign in to leave a comment.