Skip to content

This repository is used to store scripts for processing monthly provider workforce returns and temporary (agency) staffing returns.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
MIT-LICENSE
Notifications You must be signed in to change notification settings

Birmingham-and-Solihull-ICS/WorkforceETL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workforce ETL

This git repository contains scripts written in R to process:

  1. Monthly Provider Workforce Returns
  2. Temporary (Agency) Staffing Returns

The scripts automate data cleaning, transformation, and loading into a database, from which reports can be automatically generated.

Folder Structure

WorkforceETL/
|
|
├── data/
│   ├── workforce/
│   │   ├── new_data/
│   │   └── old_data/
│   ├── agency/
│       ├── new_data/
│       └── old_data/
|
|
├── R/
│   ├── process_workforce/
│   │   ├── 01_Extract_Raw_Files.R
│   │   ├── 02_Create_Main_Output.R
│   │   ├── 03_Calc_Vacancy.R
│   │   ├── 04_Modify_Table.R
│   │   ├── 05_Main_Overview.R
│   │   └── RUN_MASTER_SCRIPT.R
|
│   ├── process_agency/
│       └── process_agency.R
|
|
├── SQL/
│   ├── CREATE_TABLE.sql
│   └── INSERT_INTO.sql
|
|
├── output/
|
|
├── doc/
|
|
└── README.md

This repository is dual licensed under the Open Government v3 & MIT. All code can outputs are subject to Crown Copyright.

About

This repository is used to store scripts for processing monthly provider workforce returns and temporary (agency) staffing returns.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
MIT-LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages