Title: Testing before integration
Last modified: September 28, 2017

---

# Testing before integration

 *  Resolved [adamwscott](https://wordpress.org/support/users/adamwscott/)
 * (@adamwscott)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/testing-before-integration/)
 * 1. We don’t have any column name on the CSV. It seems that that the first line
   is defined by the plugin as column name. How can we bypass this issue ?
    2. We
   have 2 characters as delimiters in our source file. We need to reference- ;! 
   Can you give us any advice on how we can implement this with wp all import ? 
   3. It seems that the number of columns is limited to 20. Is there a way to increase
   this limit ?

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

 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/testing-before-integration/#post-9552615)
 * Hi [@adamwscott](https://wordpress.org/support/users/adamwscott/)
 * 1) You can use the wp_all_import_auto_create_csv_headers hook for this: [https://github.com/soflyy/wp-all-import-action-reference/blob/master/all-import/wp_all_import_auto_create_csv_headers.php](https://github.com/soflyy/wp-all-import-action-reference/blob/master/all-import/wp_all_import_auto_create_csv_headers.php)
 * 2) Unfortunately, it is not possible to parse a file with 2 delimiters. You’ll
   need to use a text editor to replace them with a single delimiter before uploading
   the file to an import.
 * 3) We do not have a 20 column limit, can you please elaborate on this issue and
   provide a screenshot?
 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/testing-before-integration/#post-9574999)
 * Marking this as resolved, but feel free to respond here if you still have questions/
   concerns regarding these issues.

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

The topic ‘Testing before integration’ 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

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

 * 2 replies
 * 2 participants
 * Last reply from: [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/testing-before-integration/#post-9574999)
 * Status: resolved