Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimweyl authored Jan 2, 2024
1 parent aef9254 commit f0c6e7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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.

0 comments on commit f0c6e7d

Please sign in to comment.