Skip to content

Add report_handler library to NACCulator

Compare
Choose a tag to compare
@s-emerson s-emerson released this 07 Mar 19:37
· 20 commits to master since this release

NACCulator is a Python 3-based data converter that changes REDCap .csv exported data to NACC’s fixed-width .txt format. It is configured for UDS3 forms, including FTLD and LBD (versions 3.0 and 3.1). It will perform basic data integrity checks during a run: verifying that each field is the correct type and length, verifying that there are no illegal characters in the Char fields, verifying that Num fields are within the acceptable range as defined in NACC's Data Element Dictionary for each form, and checking that no blanking rules have been violated. NACCulator outputs a .txt file that is immediately ready to submit to NACC's database.

This release adds automated logging in the "logs" folder using the report_handler library.

What's Changed

New Contributors

Full Changelog: 1.12.1...1.13.0