Title: Text convertion while import
Last modified: March 28, 2018

---

# Text convertion while import

 *  Resolved [steveklt](https://wordpress.org/support/users/steveklt/)
 * (@steveklt)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-convertion-while-import/)
 * Hi, I have bought this plugin and I am importing the products from my supplier
   but he has all the products with uppercase letters and I want to convert them
   to Capitalize where only the first letter of every word will be Capital. I want
   to aplly this in the title of the products and the description. Is there any 
   php function to use so this action run with every import? And how can I apply
   it? Thank you in advance.

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

 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-convertion-while-import/#post-10125670)
 * Hey [@steveklt](https://wordpress.org/support/users/steveklt/)
 * You can use the [ucwords()](http://php.net/manual/en/function.ucwords.php) and
   [strtolower()](http://php.net/manual/en/function.strtolower.php) functions for
   this. For example:
 * `[ucwords(strtolower({title[1]}))]`
 * Here’s more information on using PHP functions in imports: [http://www.wpallimport.com/documentation/developers/execute-php/](http://www.wpallimport.com/documentation/developers/execute-php/).
 *  Thread Starter [steveklt](https://wordpress.org/support/users/steveklt/)
 * (@steveklt)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-convertion-while-import/#post-10137235)
 * Thank you very much, it worked!

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

The topic ‘Text convertion while import’ is closed to new replies.

 * ![](https://ps.w.org/wp-all-import/assets/icon-256x256.png?rev=2570179)
 * [WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets](https://wordpress.org/plugins/wp-all-import/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-all-import/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-all-import/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-all-import/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-all-import/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-all-import/reviews/)

## Tags

 * [lowercase](https://wordpress.org/support/topic-tag/lowercase/)
 * [uppercase](https://wordpress.org/support/topic-tag/uppercase/)

 * 2 replies
 * 2 participants
 * Last reply from: [steveklt](https://wordpress.org/support/users/steveklt/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/text-convertion-while-import/#post-10137235)
 * Status: resolved