Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 447 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 447 Bytes

access2csv

A tool to parse and convert Apache's (Combined Log Format) access.log to csv

Usage

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

Requirements

Python 3.6 or later