You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lochness's current design of extracting only latest row for each visit of RPMS forms won't work for multi-record forms. We need to condition this by the existence of Row# column. If Row# is present, extract all rows of each visit.
Take PrescientStudy_Prescient_family_interview_for_genetic_studies_figs_child_01.07.2022.csv for example. We created this record together recently. The subject has two children hence two rows under visit 1. We need to extract both rows.
The text was updated successfully, but these errors were encountered:
Lochness's current design of extracting only latest row for each visit of RPMS forms won't work for multi-record forms. We need to condition this by the existence of
Row#
column. IfRow#
is present, extract all rows of each visit.Take
PrescientStudy_Prescient_family_interview_for_genetic_studies_figs_child_01.07.2022.csv
for example. We created this record together recently. The subject has two children hence two rows under visit 1. We need to extract both rows.The text was updated successfully, but these errors were encountered: