Skip to content

Karma-Cat/scripts4data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scripts4data

In this repo scripts for data analytics

log2csv.py

This script drag information from syslog.log file (login, log type, description) and count number of this events by login and by description.
syslog.log sample:
May 27 11:45:40 ubuntu.local ticky: INFO: Created ticket [#1234] (username)
Jun 1 11:06:48 ubuntu.local ticky: ERROR: Connection to DB failed (username)

###null_killer.py
This script read csv file, convert all 'null' values to '0', and rewrite old fi$
You can choose as many files as you want

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages