CSV import headers not working with space

Hi @patrick, thanks for looking at this.

I’m using php. Here’s the headers that cause the problem:
User ID,First name,Last name,Gender,Registered,Date of birth,Email,Telephone,Address 1,Address 2,City,Region,Postcode,Player teams,Coach teams

if they are changed to:
User_ID,First_name,Last_name,Gender,Registered,Date_of_birth,Email,Telephone,Address_1,Address_2,City,Region,Postcode,Player_teams,Coach_teams
it does work. In the data picker in Server Connect, the first example references a value such as {{['First name']}} whereas in the second it is just {{First_name}}