iu-redcap/redcap-etl

ETL (Extract, Transform, Load) application that extracts data from REDCap

Maintainers

Package info

github.com/IUREDCap/redcap-etl

pkg:composer/iu-redcap/redcap-etl

Statistics

Installs: 572

Dependents: 0

Suggesters: 0

Stars: 26

Open Issues: 3

2.3.17 2026-03-18 13:22 UTC

README

REDCap-ETL

REDCap-ETL (REDCap Extract, Transform, Load) is an application that can extract data from REDCap, transform the extracted data, and load the transformed data into a database.

REDCap-ETL

REDCap-ETL runs as a stand alone application outside of REDCap, and can require a fair amount of effort to set up. However, a REDCap external module for REDCap-ETL is now available that can be set up and run within REDCap. The setup effort for the REDCap-ETL external module is substantially less than for the REDCap-ETL application.

The REDCap-ETL external module is in the official external module repository (REDCap Repo), and you should be able to find and install it from within REDCap.

Even though the REDCap-ETL external module is substantially easier to set up and use, there are still several cases where you might want to use the REDCap-ETL application:

  • It's not possible or practical to get the REDCap-ETL external module installed on your system
  • You want to incorporate REDCap-ETL into an existing program or script
  • You want to reduce the load on your REDCap server as much as possible
  • You want to use the CSV or SQLite database types (these are currently only supported in the REDCap-ETL application)

Documentation: