This is automation script to extract username and number of error generated by particular user in server log file and convert it CSV and then to HTML file.
All the dependencies need are already their in python, just make sure to install Operator.
- user_statistics.csv
- error_message.csv
$ python ticky_check.py Actual_log.log
$ python csv_to_html.py user_statistic.csv 'path_to_save_html_file_with_filename.html_at_last'
$ python csv_to_html.py user_statistic.csv 'C:\Users\User_name\Desktop\user.html'
$ python csv_to_html.py error_message.csv 'C:\Users\User_name\Desktop\error.html'