An open API service indexing awesome lists of open source software.

https://github.com/sleepytariq/access2csv

Convert Apache's (Combined Log Format) access.log to csv
https://github.com/sleepytariq/access2csv

accesslog python3

Last synced: about 1 month ago
JSON representation

Convert Apache's (Combined Log Format) access.log to csv

Awesome Lists containing this project

README

          

# access2csv

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

## Usage

```console
usage: access2csv.py -i [ ...] -o [-e ] [-h]

Convert Apache's (Combined Log Format) access.log to csv

required:
-i, --input [ ...] path to access.log file(s)
-o, --output path to output file

optional:
-e, --error path to save lines with parsing errors
-h, --help show this help message and exit
```

## Requirements

Python 3.9 or later