Skip to content

A python script that parses through an openmrs logs file and outputs lines with Errors onto an excel sheet.

Notifications You must be signed in to change notification settings

MSF-OCB/openmrs_logs_translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openmrs Logs Converter

Introduction

This Python script parses through log data and outputs onto an excel file all the lines with Errors.

Requirements

  • Python 3.x
  • datetime
  • pandas

Installation

Clone this repository and navigate into the project directory:

# Clone the script
git clone https://github.com/MSF-OCB/openmrs_logs_translator.git
cd openmrs_logs_translator

Execution

# Paste your logs into the openmrs.logs file

# Run the script to generate the excel file witht he errors
py openmrs_logs_translator.py

# You will get an excel output file with the errors in each row.

About

A python script that parses through an openmrs logs file and outputs lines with Errors onto an excel sheet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages