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.
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.