Releases: IUREDCap/redcap-etl-module
Releases · IUREDCap/redcap-etl-module
REDCap-ETL Module 2.3.1
- Added ability for admins to configure the embedded server to only support CSV Zip file downloads, or only support loading extracted REDCap data to a database
- Improved admin help
- Fixed admin log details bug, where HTML tags where being displayed as text
REDCap-ETL Module 2.3.0
- Added multiple choice response label fields to the database tables that are generated
REDCap-ETL 2.2.0
- Extract filter logic added to ETL configurations, which allows users to restrict the records that are exported from REDCap
REDCap-ETL Module 2.1.5
- Updated redcap-etl dependency to fix issue where a zero value in REDCap was being stored as a null value in the database for cases where the database field was defined as a float type and the REDCap field had an integer zero value
REDCap-ETL Module 2.1.4
- Made changes for PHP 8.1 compatibility
REDCap-ETL Module 2.1.3
- Fixed problems created by addition of data export permissions for instruments in REDCap
REDCap-ETL Module 2.1.2
- Added option to download extracted and transformed data from REDCap as a CSV zip file
- This option can only be used when running ETL interactively (i.e., not when scheduling) and only when using the "embedded server" (the default ETL server that is included with the module)
REDCap-ETL Module 2.0.6
- Fixed bug where workflows removed by a user would still run in the cron job
- Fixed bug that prevented admins from viewing configurations for workflows that have been removed by a user (but not yet deleted by an admin) and added an indication on the admin cron detail page if a workflow has been removed
- Added code to try to prevent issue where certain version upgrades make the embedded server non-accessible to non-admin users
- Fixed bug where, under certain circumstance, the same server would show up twice in the selection list of servers
REDCap-ETL Module 2.0.5
- Changed store/insert rows database method to have a batch size argument to allow insertion of rows in batches
- Set batch size for insertion of redcap_metadata rows to 1,000, because SQL Server does not allow insertions with more than 1,000 rows
- Fixed bug for transformation rules auto-generation, where, in some cases, a text field was generated for a field where an int field should have been generated
REDCap-ETL Module 2.0.4
- Made change to fix user permission check that was broken by a change made to REDCap after version 11.1.7 and before or for version 11.1.13
- The way the REDCap getUserRights developer method handles group_id was changed; previously, for users not in a DAG (Data Access Group), it would not be set, now it is set to null