• Resolved mparnelly

    (@mparnelly)


    Hey hoping I can get some help here, really stumped on this one.

    I’ve edited the player import php file, finished my CSV file, done the import phase. All the data and rows show up correctly populated. However once I click import, it says import successful (124 players imported and 0 skipped)

    However my CSV file has over 500 rows. Is there something I’m missing here that is stopping the import at 124 players?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi there @mparnelly ,

    The most common reason for this behaviour is your server limits on sources. You can try to split your import files to 100s of players and import them one by one

    Thanks, Savvas

    Thread Starter mparnelly

    (@mparnelly)

    Thanks Savvas,

    Would you happen to have any information on how I can get one of the columns to show under player details? For e.g in the default importer it has a column for Nationality and Date of Birth. I’ve removed those, updated the php import file to include my 2 new columns (Age & Salary).

    Age and Salary populate correctly on the import tool, however after I import the list there is no Age or Salary under player details.

    I must be missing adding that somewhere in another php file?

    Plugin Contributor Savvas

    (@savvasha)

    I am afraid that you will need some custom code to include custom fields during import and this is beyond the scope of WP support forums. You can hire a developer to assist you on this. You can also try to use a 3nd party plugin like WP All Import.

    Thanks, Savvas

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.