How to add column year_of_birth to export Download a CSV of learners who can enroll

I want Download a CSV of learners who can enroll
and add column year_of_birth to csv

palm version have year_of_birth column
id,username,name,email,language,location,year_of_birth,gender,level_of_education,mailing_address,goals,enrollment_mode,last_login,date_joined,external_user_key,city,country

now redwood version not have year_of_birth column
id,username,name,email,language,location,gender,level_of_education,mailing_address,goals,enrollment_mode,last_login,date_joined,external_user_key,city,country

How to add or config?

I have the same problemā€¦

It looks like this was deliberately removed a couple of years ago in the following pull request, with a comment that year_of_birth is to be ā€œtreated as privileged information as of TNL-10683, not to go in reportsā€:

Iā€™m not clear on the motivation, as the referenced JIRA ticket (TNL-10683) is internal to 2U. Iā€™m guessing it might have to do with regulatory complianceā€¦?

@bszabo, @Raymond_Zhou: Could you folks please provide additional context for this?

Thank you.

1 Like