Transformation Delivery Lead Application
Information Systems Agency of Armenia (ISAA) - "12 Life Events" Project
This repository demonstrates my technical capabilities for the ISAA "12 Life Events" project. It features a complete automation system that validates citizen service data and generates professional reports.
- Interactive PowerShell Menu System - 6-function automation framework
- Data Validation Engine - Python-based validation with JSON/CSV reporting
- Dynamic Path Resolution - Portable across different systems
- Professional Reporting - Government-standard output formats
- Error Handling - Robust error management
ISAA_Application/ ├── automation_runner.ps1 # Main interactive menu system ├── Data-Cleaning-Scripts/ │ └── data_validator.py # Python validation logic ├── Logs/ # Execution logs ├── Output/ # Generated reports ├── Documentation/ # Project documentation └── README.md # This file
# Clone and run
git clone https://github.com/HeltonClef/Transformation-DeliveryIsaa.git
cd Transformation-DeliveryIsaa
.\automation_runner.ps1- Run Data Validation Demo
- Create Sample Data
- View Generated Reports
- Push to GitHub
- Open in VS Code
- Exit Output/ ├── validationreport.json # Detailed compliance analysis ├── validation_summary.csv # Executive summary ├── life_events_detailed.csv # Citizen service metrics └── sample_dataset*.csv # Timestamped sample data