Title: CSV import help
Last modified: August 22, 2016

---

# CSV import help

 *  Resolved [wrathful](https://wordpress.org/support/users/wrathful/)
 * (@wrathful)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/csv-import-help-1/)
 * I’m having a problem getting CSV imports to assign a proper slug to players. 
   I’m using the format:
 *     ```
       #,First name,Last name
       1000,kaleb,test
       ```
   
 * the output I’m getting is:
 *     ```
       $opt_cat(ID): 5 Team slug: varsity
   
       Team slug: varsity
       Loading DataSource ...
   
       Done.
   
       First Name:
   
       Last Name:
   
       Title: No first or last name Slug:
   
       $opt_cat(ID): 5
   
       retval = 9382 ID: 1053 K: _mstw_tr_number V: 1000
   
       retval = 9383 ID: 1053 K: _mstw_tr_first_name V: kaleb
   
       retval = 9384 ID: 1053 K: _mstw_tr_last_name V: test
       ```
   
 * in the roster, I’m getting links like
 * `http://example.org/players/no-first-or-last-name-93/?format=custom`
 * instead of something like
 * `http://example.org/players/kaleb-test/?format=custom`
 * I’m not sure if this is intended or not, but I’m curious to know if there’s something
   I’m doing wrong
 * [https://wordpress.org/plugins/team-rosters/](https://wordpress.org/plugins/team-rosters/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Mark O’Donnell](https://wordpress.org/support/users/markodonnell/)
 * (@markodonnell)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/csv-import-help-1/#post-5248477)
 * Hi wrathful,
    Thanks for writing. The output looks OK, however I don’t have access
   to your links. (Dev site?)
 * It first glance, it’s not clear you are doing anything wrong. Have you tried 
   to import the CSV sample files in the plugin’s `/csv-examples` directory? Please
   let me know what those results are.
 * Thanks.
    -Mark
 *  Thread Starter [wrathful](https://wordpress.org/support/users/wrathful/)
 * (@wrathful)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/csv-import-help-1/#post-5248481)
 * Looks like I figured it out, the CSV title field has to be capitalized exactly
   as ‘First **N**ame’, not ‘First **n**ame’. Once I changed that, it started working
   properly.
 *  Plugin Author [Mark O’Donnell](https://wordpress.org/support/users/markodonnell/)
 * (@markodonnell)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/csv-import-help-1/#post-5248482)
 * Cool. I will mark this resolved.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSV import help’ is closed to new replies.

 * ![](https://ps.w.org/team-rosters/assets/icon-128x128.png?rev=1087838)
 * [Team Rosters](https://wordpress.org/plugins/team-rosters/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/team-rosters/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/team-rosters/)
 * [Active Topics](https://wordpress.org/support/plugin/team-rosters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/team-rosters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/team-rosters/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Mark O’Donnell](https://wordpress.org/support/users/markodonnell/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/csv-import-help-1/#post-5248482)
 * Status: resolved