• Resolved Johan Navis

    (@jnavis)


    I get the following error: Error: Bad Request (400) – Missing parameter (s): name, first_name.

    This even when I use the sample file that can be created on the relevant page:

    name,first name,middle name,street,number,zip,city,e-mail,phone,cell,date of birth,gender,level,start date,end date,custom1,custom2,custom3,user name
    Doe,John,,Main Street,2,5672,Nuenen,[email protected],ph1,cell1,4-12-2001,female,12,3-1-2013,0000-00-00,890906,53287,413,
    Kennedy,John,Fitzgerald,Church Road,21,5672,Nuenen,[email protected],ph2,cell2,5-12-2001,male,3.7,3-1-2013,0000-00-00,872967,3149656,351,
    Cruz,Ricardo,,Penny Av,29,5673,Nuenen,[email protected],ph3,cell3,6-12-2001,female,,3-1-2013,0000-00-00,890917,6565,396,rcruz

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author pstruik

    (@pstruik)

    Hi Johan,

    Did not expect that.
    I’ll look info the problem.

    Thanks for reporting

    Pieter

    Plugin Author pstruik

    (@pstruik)

    The English (default) version works for me.
    May be related to the translation (to Dutch) – I noticed you’re Dutch.

    I’ll investigate a bit more what’s going on.

    –Pieter

    Plugin Author pstruik

    (@pstruik)

    Hi Johan,

    The problem you noticed is indeed related to the translation.

    The example file you used is for the english version of the plugin.
    For the dutch version, you need to have a dutch header row in the csv file, see the instruction:
    1. Eerste rij van het CSV bestand dient veld namen te bevatten
    2. Verplichte veld namen: voornaam, naam
    3. Andere te gebruiken veld namen: tussenvoegsels, adres, huisnummer, woonplaats, postcode, email, telefoon, gsm, geb_datum, m_v, speelsterkte, begin_datum, eind_datum, bondsnummer, bankrekening, opmerkingen, custom4, gebruikersnaam

    An example csv file in dutch would be:

    naam,voornaam,tussenvoegsels,adres,huisnummer,postcode,woonplaats,email,telefoon,gsm,geb_datum,m_v,speelsterkte,begin_datum,eind_datum,custom1,custom2,custom3,gebruikersnaam
    Doe,John,,Main Street,2,5672,Nuenen,[email protected],ph1,cell1,12/4/2001,female,12,1/3/2013,0000-00-00,890906,53287,413,
    Kennedy,John,Fitzgerald,Church Road,21,5672,Nuenen,[email protected],ph2,cell2,12/5/2001,male,3.7,1/3/2013,0000-00-00,872967,3149656,351,
    Cruz,Ricardo,,Penny Av,29,5673,Nuenen,[email protected],ph3,cell3,12/6/2001,female,,1/3/2013,0000-00-00,890917,6565,396,rcruz

    Have checked this and it works fine.

    Please, give it a try and don’t hesitate to come back to me if you notice other issues. (You could also use a direct mail by using the contact form on https://www.sportplugins.com.)

    Thread Starter Johan Navis

    (@jnavis)

    Thank you for the answer and the Dutch sample file. It now also works with me. I also know what the problem was. I copied the headers into a txt file and after each “,” there is a space.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Import member data’ is closed to new replies.