# [7.5.0](https://git.datacontroller.io/dc/dc/compare/v7.4.1...v7.5.0) (2026-04-03) ### Bug Fixes * add workflow audits, update deps ([66e98a9](66e98a96cb)) * allow CSV uploads with licence row limit ([5b260e4](5b260e4915)), closes [#213](#213) * bumping cli and pinning versions in .npmrc ([80039f4](80039f4876)) * guard CSV upload with fileUpload licence flag ([ed40df6](ed40df6295)) * parse embed param from window.location.hash for hash router compatibility ([0269c24](0269c2421d)) * quote CSV char values. Closes [#215](#215) ([d9980e8](d9980e866d)) * resolve outer promise in parseCsvFile for non-WLATIN1 path ([4ee15e1](4ee15e1b6e)) * use XLSX for CSV row truncation to handle new lines in values ([6d590c0](6d590c050d)) ### Features * add embed URL parameter to hide header and back button ([b0dc441](b0dc441d68)), closes [#214](#214) * add target libref input to config download ([a89657b](a89657b0b8)), closes [#212](#212) * export config service to allow dclib swapping. Closes [#212](#212) ([326c26f](326c26fddf))
Data Controller for SAS
Control your manual data modifications!
Alternatives to Data Controller include:
- 💾 Developing / testing / deploying / scheduling overnight batch jobs to load files from shared drives
- 🔒 Opening (and locking) datasets in Enterprise Guide or SAS® Table Viewer to perform direct updates
- ❓ Asking a #DBA to run validated code after a change management process
- 🌐 Building & maintaining your own custom web application
- 🏃 Running #SAS or #SQL updates in production
Problems with the above include:
- Legacy 'black box' solutions with little to no testing, documentation or support
- End users requiring direct write access to critical data sources in production
- Upload routines that must be manually modified when the data model changes
- Breaches due to unnecessary parties having access to the data
- Inability to trace who made a change, when, and why
- Reliance on key individuals to perform updates
- Building bespoke ETL for every new data source
- High risk of manual error / data corruption
Data Controller for SAS® solves all these issues in a simple-to-install, user-friendly, secure, documented, battle-tested web application. Available on Viya, SAS 9 EBI, and SASjs Server.
An individual Viya deploy can be done in just 2 lines of #SAS code!
filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/viya.sas";
%inc dc;
For a multi-user deploy, using a shared system account, please see deploy docs.
For further information:
- Main site: https://datacontroller.io
- Docs: https://docs.datacontroller.io
- Code: https://code.datacontroller.io
For support, contact support@4gl.io or reach out on Matrix!
Development
Lighthouse CI
This project includes automated Lighthouse performance and accessibility checks that run on pull requests. The checks ensure:
- Accessibility Score: Minimum 1.0 (100%) median score across all tested pages
The Lighthouse CI workflow:
- Sets up the development environment with SASjs server and mocked services
- Builds and serves the Angular frontend
- Runs Lighthouse CI against key application pages
- Uploads results as artifacts for review
To run Lighthouse checks locally:
cd client
npm install
npm run lighthouse
Configuration is in client/lighthouserc.js.