A tool to parse and convert Apache's (Combined Log Format) access.log to csv
usage: access2csv.py -i <PATH> -o <PATH> [-h]
Convert Apache's (Combined Log Format) access.log to csv
required:
-i <PATH>, --input <PATH> path to access.log file
-o <PATH>, --output <PATH> path to output file
optional:
-h, --help show this help message and exit
Python 3.6 or later