Skip to content

1.12.0

Compare
Choose a tag to compare
@s-emerson s-emerson released this 23 Oct 18:35
· 69 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 processing for Telephone Initial Packets and Neuropath version 11 to NACCulator.

It also makes some small updates to processing: skipping Milestone forms that are marked as "Incomplete (0)" in REDCap, adding visit number to the error output, and adding "CLS" to all CLS form error printouts.

To process Neuropath version 10 data, the flag is now "-np10". The "-np" flag now processes Neuropath version 11.