AMP-SCZ / utility

Storehouse for all utility scripts
Apache License 2.0
0 stars 4 forks source link

Revise rpms_to_redcap.py to be granular #62

Closed tashrifbillah closed 1 year ago

tashrifbillah commented 1 year ago

Now if upload of a prior form gets 404, the rest of the forms are not uploaded. To prevent this from happening, we need to make it form by form, visit by visit just like we made import_records_all.py: https://github.com/AMP-SCZ/utility/commit/1af4c58b08e594989827af9eb15631bfbd7baf5a

tashrifbillah commented 1 year ago

We do not gain a lot from this update as rpm_to_redcap.py already pushes form by form.