CSV: Split the name.
Jean F. Quéralt
Problem
While the interface captures First and Last name separately, the CSV download provides the combined Full name instead.
This is a problem when sending the data to platforms that expect First & Last separately as now we need to figure out how to split the string.
Request
Send First name and Last name as separate fields in the CSV download.
Not an issue to have First, Last and Full - Adding First and Last shouldn't break anything.