Add report_handler library to NACCulator
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
- Add Python DB Logger by @rtdtwo in #136
- Minor NP and FTLD fixes by @s-emerson in #142
- Add Neuropath version 11 to "Set to zero if blank" rules by @s-emerson in #143
New Contributors
Full Changelog: 1.12.1...1.13.0