Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Very quick and dirty script to parse CPPD completion tracking Excel sheets. Not really productionized, and probably never will have to be. Delete or archive this repo if it's here a year without modification.

License

Notifications You must be signed in to change notification settings

cds-snc/cppd-completion-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cppd-completion-aggregator

Very quick and dirty script to parse CPPD completion tracking Excel sheets. Not really productionized, and probably never will have to be. Delete or archive this repo if it's here a year without modification.

Setup

Requires Python3 (Mac: brew install python)

First time only:

  1. Clone this repo and navigate in
  2. Setup virtual environment: python3 -m venv .venv
  3. Activate virtual env: source .venv/bin/activate
  4. Install dependencies: pip install -r requirements.txt

All other times:

  1. Activate virtual env: source .venv/bin/activate
  2. Drop all the spreadsheets into a folder, without any other kinds of files going into that folder
  3. Run the script: python parser.py (folder path) > data.csv
  4. Checkout your aggregated data in Excel / Google Spreadsheets with data.csv

About

Very quick and dirty script to parse CPPD completion tracking Excel sheets. Not really productionized, and probably never will have to be. Delete or archive this repo if it's here a year without modification.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages