This Python Project Called 'REDCap_Backup'.
The project developed to take regular project backup from the REDCap remote server, and save into local storage in organized file structure.
How it work
- The python request an API request to the REDCap server.
- Fetch the data in various format (csv raw, csv label, data dictionary, XML metadata, and XML metadata with data)
- Organize it with the format -- Date | | -> Project Category | | -> Project Name | | Project File Type | | data File
- Finaly save those files into local storage.