FabienLebas / logs_to_csv

Go through logs, get the lines you want, and place them in a csv for easy reading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logs_to_csv

This project was made for 1 logs file. You can easily adapt it to your need:

  • Change 'inventorylocation' by the term that will help you identify the lines you need to take, and only these ones
  • If your datas are separated by something else than ',' then change delimiter line 6
  • Change rows you need and their order in line 10
python3 logs_to_csv.py

And if you are brave enough, make it modular with a user interface ;-)

About

Go through logs, get the lines you want, and place them in a csv for easy reading


Languages

Language:Python 100.0%