Title: Auto select header
Last modified: August 21, 2016

---

# Auto select header

 *  Resolved [kubiq](https://wordpress.org/support/users/kubiq/)
 * (@kubiq)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/auto-select-header/)
 * What about “auto select” ?
 * For example, add this after “Import” button:
 *     ```
       <script type="text/javascript">
       jQuery(document).ready(function(e) {
       	jQuery("#display_area > table label").each(function(index, element) {
       	jQuery(element).parents("tr").find("select").val(jQuery(element).text()).change();
       	});
       });
       </script>
       ```
   
 * Could you implement it in next version?
 * [http://wordpress.org/plugins/wp-ultimate-csv-importer/](http://wordpress.org/plugins/wp-ultimate-csv-importer/)

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

 *  Plugin Author [Smackcoders Inc.,](https://wordpress.org/support/users/smackcoders/)
 * (@smackcoders)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/auto-select-header/#post-3953936)
 * Can you explain the suggested feature? Did you tried with your instance?
 * I am changing the status as this is not a support question.
 * Thanks for your suggestion.
 *  Thread Starter [kubiq](https://wordpress.org/support/users/kubiq/)
 * (@kubiq)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/auto-select-header/#post-3953937)
 * When someone has CSV with correct headers like : post_title, post_content, post_excerpt,
   post_date, post_name, post_tag, post_category, post_author, featured_image, post_parent,
   post_status, product_type, product_cat, product_tag, product_shipping_class, 
   shop_order_status
 * …than it will automatically select it from drop-downs in second step
 * For me it’s working fine 🙂
 *  Plugin Author [Smackcoders Inc.,](https://wordpress.org/support/users/smackcoders/)
 * (@smackcoders)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/auto-select-header/#post-3954065)
 * Yes thanks for the update.

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

The topic ‘Auto select header’ is closed to new replies.

 * ![](https://ps.w.org/wp-ultimate-csv-importer/assets/icon.svg?rev=3131703)
 * [WP Ultimate CSV Importer – Import CSV, XML & Excel into WordPress](https://wordpress.org/plugins/wp-ultimate-csv-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-ultimate-csv-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Smackcoders Inc.,](https://wordpress.org/support/users/smackcoders/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/auto-select-header/#post-3954065)
 * Status: resolved