Closed nichtich closed 2 years ago
Extraction requires to parse the PICA+ dump once for each classification (see extract-classification.sh). May be doable with tee or just loop over the input records multiple times.
tee
Done with extract-subjects.pl.
extract-subjects.pl
Extraction requires to parse the PICA+ dump once for each classification (see extract-classification.sh). May be doable with
tee
or just loop over the input records multiple times.