Skip to content

Log formatter to streamline the log generation process at KDE

Notifications You must be signed in to change notification settings

rudrakshkarpe/KDE-Log-Formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parquet format for log files :)

  • To format a CSV log file and save the output as CSV:
python format_log_file.py input.csv -o output.csv
  • To format a CSV log file and display the output in the terminal:
python format_log_file.py input.csv
  • To format a CSV log file and save the output as Parquet:
python format_log_file.py input.csv -o output.parquet -f parquet
  • To format a Parquet log file and save the output as CSV:
python format_log_file.py input.parquet -o output.csv
  • To format a Parquet log file and display the output in the terminal:
python format_log_file.py input.parquet
  • To format a Parquet log file and save the output as Parquet:
python format_log_file.py input.parquet -o output.parquet -f parquet

About

Log formatter to streamline the log generation process at KDE

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published