From f0c6e7d2e147dcf6673f38eb6a3fbf29b93c0ca9 Mon Sep 17 00:00:00 2001 From: Joachim Weyl Date: Tue, 2 Jan 2024 10:14:33 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aa23c80..81a4bf6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Process CSV reports +## Non-Billable + Automates the process of removing non-billable PIs and projects from the supplied csv report. A file containing list of PIs may look like: @@ -41,3 +43,7 @@ process_report.py: error: the following arguments are required: csv_files, --pi- E.g. python process_report.py test1.csv test2.csv --pi-file pi.txt --projects-file projects.txt --timed-projects-file timed_projects.txt --output-file myfile.csv ``` +## Combine CSVs + +This script also combines the 3 separate Invoice data CSVs into 1 Invoice CSV. It combines +OpenShift SU, OpenStack SU, and Storage SU data.