AlisonLanski / IPEDSuploadables

Producing uploadable txt files for IPEDS reporting, one submission at a time
https://alisonlanski.github.io/IPEDSuploadables/
Other
8 stars 5 forks source link

FE should accept multiple cips per person #58

Closed AlisonLanski closed 2 years ago

AlisonLanski commented 2 years ago

IPEDS instructions state that the cip counts are NOT unduplicated specs_FE requests 1 MajorCip per student for even-year CIP-based ipeds breakouts, but IPEDS actually allows students to be double-reported.

Will need to update intake files specs and code to account for this. Maybe use flags instead of a single column.

May also want to consider breaking specs into 3 groups: -always required? -for odd years? -for even years?

Not vital to update for 2021 since CIPs are not reported this year, but should be updated overall.