1. Documentation /
  2. Import and Export of WooCommerce Users

Import and Export of WooCommerce Users

Export and import all your user and customer details from and to your WooCommerce store using the Import export Suite for WooCommerce.

Mapping of WooCommerce Users

↑ Back to top
Column HeadingExplanationAccepted value or format
IDIdentification Number Numerical
customer_idIdentification Number of the customer.Numerical
user_loginCan include: email, id, name.Alpha-numeric characters.
user_passLogin password of the user.Alpha-numeric characters.
user_nicenameSlug of the username stored only in the database. This value is not displayed in the user’s details page.Alpha-numeric characters.
user_emailEmail address of the userAlpha-numeric characters. Eg: test1@gmail.com
user_urlURL of the user’s website
Alpha-numeric characters.
user_registeredRegistration date of the user Numerical
display_nameDisplay name of the userAlpha-numeric characters.
first_nameFirst name of the userAlpha-numeric characters.
last_nameLast name of the userAlpha-numeric characters.
user_statusStatus of the userNumerical. Wp currently nt using this column
0, 1
rolesRole of the userText. Eg: administrator, customer, subscriber
nicknameNickname of the userAlpha-numeric characters.
descriptionDescription or short bio of the user.Alpha-numeric characters.
rich_editingIf the user needs rtf or normal text area.Text. Eg: TRUE, FALSE
syntax_highlightingSpecifies if the syntax highlighting is enabled or not.
Text. Eg: TRUE, FALSE
admin_colorAdmin theme colour.Text.
use_sslIdentifies if the user needs https or http.Yes, no
show_admin_bar_frontSpecifies if the user needs the top admin bar.Text. Eg: TRUE, FALSE
localeLocal language which the user prefers.
English.
Text
wp_user_levelRole dependent number of the user.
Numerical
show_welcome_panelShow the first login welcome panelText. Eg: Yes, No
session_tokensSession created on login.
Alpha-numeric characters.
last_updateLast update made by the user. Updates can be the login and logout actions.Time stamp
billing_first_nameFirst name of the billing companyText
billing_last_nameLast name of the billing companyText
billing_companyName of the billing companyText
billing_emailEmail address of the billing companyAlpha-numeric characters.
billing_phonePhone number of the billing companyNumerical
billing_address_1First address of the billing companyAlpha-numeric characters.
billing_address_2Second address of the billing companyAlpha-numeric characters.
billing_postcodePostcode of the billing companyNumerical
billing_cityCity of the billing companyText
billing_stateState of the billing companyText
billing_countryCountry of the billing companyText
shipping_first_nameFirst name in the shipping addressText
shipping_last_nameLast name in the shipping addressText
shipping_companyName of the shipping companyText
shipping_address_1First address of the shipping companyAlpha-numeric characters.
shipping_address_2shipping_postcodeSecond address of the shipping companyNumerical
shipping_cityCity of the shipping companyText
shipping_stateState of the shipping companyText
shipping_countryCountry of the shipping companyText
meta:wc_last_activeLast activetimestamp
meta:icl_admin_languageSpecifies the WPML admin language which is set as defaultText
The plugin can handle plain text and WordPress hashed passwords. The plugin algorithm will identify the kind of password and perform the import operation with the utmost security. The plugin user can enter plain text and WordPress hashed passwords in the same import file.

Steps to import users

↑ Back to top

To import WordPress users / WooCommerce customers:

  • Navigate through the menu: WooCommerce > Import Export Suite and click on the tab: Import.

Step 1: Select post type

↑ Back to top

As a first step, you need to choose the post type as Users/Customers.

Step 2: Select the import method

↑ Back to top

Choose from the below options to continue with your import:

  • Quick import 
  • Pre-saved template 
  • Advanced import

Let us have a look at each of these import methods:

Quick Import

  • imports the basic/standard fields of the respective post type.  
  • primarily used when your input file was exported using the same plugin
  • One can import file from:
    1. Local
    2. URL
    3. FTP
  • Click the Import button to complete the action or proceed to Step 3 for advanced options.

Pre-saved template

This import method will be visible only if you satisfy both of these:
  • imported data using the Advanced import method in any of your previous imports.
  • saved the selections as a template for future use.

This method retains the previous filter criteria and other column specifications as per the chosen file and imports data accordingly. By selecting this option, one can choose a previously saved template from the Import template drop-down.

Note: The template will be listed in the drop down only if you have saved it in previous imports.
If you go through the Advanced import, at Step 4 you will get an option to save the template. Once you save that, next time when you want to import a pre-saved template, it will be populated within the drop down.

  • Click the Import button to complete the action or proceed to Step 3 to map columns.

Advanced Import

This option will take you through a detailed process of filtering/column selection/advanced options that may be required for your import.

Note: You can also save this file as a template for future use.

Step 3: Map import columns

↑ Back to top
  • Here, one can map the import columns under the following 3 fields:
    1. Default fields: The column names appearing in this section can be edited if required. The preferred names and choices that were last saved can be viewed on choosing a pre-saved template.
    2. Meta(custom fields)
    3. Hidden meta
  • Click on Step 4 to proceed.
Evaluate field

This field is used to append a value/expression to an existing item while importing. It basically selects/maps any column from the input file and computes the values with expressions and creates output.

  • Expression: Any of the operators +*/-()&@ or string constants can be used along with the attributes to manipulate the respective value. 
  • Input: Select the column from the dropdown which has to be modified.
  • Output: Sample value will be created based on the first record from input file.

Note: Columns that have no values in the input file may cause syntax errors if used in an expression.

Step 4: Advanced Options/Batch Import/Scheduling

↑ Back to top

On reaching Step 4, the following window will appear, from where one can:

  1. Update Only: On selecting “Yes”, the store is updated with the data from the input file only for matching/existing records from the file. On selecting “No”, the entire data from the input file is processed for an update or insert as the case maybe.
  2. Match users by their:  ID, Email, Username 
  3. Existing User: If the user exists in the store, one can either Skip or Update the entry.
  4. Email new users: One can send email to all the new users upon successful import.

Note: On expanding Advanced options, one can set the number of records that the server will process for every iteration within the configured timeout interval.
If the import fails due to timeout you can lower this number accordingly and try again.

  • Save the template file for the future (if needed).
  • Click on Import/Schedule to finish.

You can either import the users directly into your store or schedule the import.

To schedule the import:

  1. Hit the Schedule option, and you will be taken to the cron schedule window:

The plugin supports two different schedule types:

  1. WordPress Cron: Upon a visit, WordPress Cron will check to see if the time/date is later than the scheduled event/s, and if it is– it will fire those events.
    • schedules your job at the specified time. 
    • is dependent on your website visitors.
  2. Server Cron: You may need to trigger the URL every minute depending on the volume of data to be processed. You can use this option :
    • to generate a unique URL that can be added to your system in order to trigger the events. 
    • if you have a separate system to trigger the scheduled events.

Also, the import/export can be scheduled on a daily, weekly, monthly, custom basis.
You can also configure the time at which the import has to be scheduled.
Click on Schedule now to finish.

To directly import:

  1. Hit on the Import option

Once the import is completed, a pop-up will be displayed showing import status which contains the number of successful imports and failed imports (if any).

Steps to export users

To export WordPress users / WooCommerce customers:

  • Navigate through the menu: WooCommerce > Import Export Suite and click on the tab: Export.

Step 1: Select a post type

↑ Back to top

As a first step, you need to choose the post type as Users/Customers.

Step 2: Select an export method

↑ Back to top

Choose from the below options to continue with your export:

  •  Quick export
  •  Pre-saved template 
  •  Advanced export

Let us have a look at each of these export methods:

Quick Export

  • Exports the basic/standard fields of the respective post type. 
  • To include fields from Meta(custom fields) and Hidden meta, select the respective group’s checkboxes.
  • Click the Export button to complete the action or proceed to Step 3 for advanced options.

Pre-saved template

This export method will be visible only if you satisfy both of these:
  • exported data using the Advanced export method in any of your previous exports.
  • saved the selections as a template for future use.

Exports data as per the specifications(filters, selective column, mapping.. etc) from the previously saved file. By selecting this option, one can choose a previously saved template from the Export template drop-down.

Note: The template will be listed in the drop down only if you have saved it in previous exports.
If you go through the Advanced export, at Step 5 you will get an option to save the template. Once you save that, next time when you want to export a pre-saved template, it will be populated within the drop down.

  • Click the Export button to complete the action or proceed to Step 3 to filter data.

Advanced Export

This option will take you through a detailed process of filtering/column selection/advanced options that may be required for your export.

Note: You can also save this file as a template for future use.

Step 3: Filter data

↑ Back to top

Click on Step 3, to view the following window where one can filter data on the basis of:

  1. Total number of users to export: The actual number of users you want to export. e.g. Entering 500 with a skip count of 10 will export users from 11th to 510th position.
  2. Skip first n users: Specify the number of users to be skipped from the beginning. e.g. Enter 10 to skip the first 10 users from export.
  3. User Roles: Input specific roles to export information pertaining to all customers with the respective role/s
  4. User Email: Input the customer email to export information pertaining to only these customers
  5. Date From: Date on which the customer registered. Export customers registered on and after the specified date.
  6. Date To: Export customers registered up to the specified date.
  7. Sort Columns: Sort the exported data based on the selected columns in the order specified. Defaulted to ascending order.
  8. Sort By: Defaulted to ascending. Applicable to above-selected columns in the order specified.
  • Click on Step 4 to proceed further.

Step 4: Map and reorder export columns

↑ Back to top

Here, one can map and reorder the export columns under the following 3 fields:

  • Default fields: The column names appearing in this section can be edited if required. The preferred names and choices that were last saved can be viewed on choosing a pre-saved template. One can also move the columns to reorder the arrangement.
  • Meta(custom fields)
  • Hidden meta
  • Click on Step 5 to proceed.

Step 5: Advanced Options/Batch Export/Scheduling

↑ Back to top

On reaching Step 5, the following window will appear, from where one can:

  1. Export guest users: Exports information related to guest users.
  2. Export file name: Specify a filename for the exported file. If left blank, the system generates a default name.
  3. Export file format: Both CSV and XML are available.
  4. Delimiter: Separator for differentiating the columns in the CSV file. Assumes ‘,’ by default.
  5. Enable FTP export: On opting ‘Yes’, choose an FTP profile and specify the export path or use default path.

Note: On expanding Advanced options, one can set the number of records that the server will process for every iteration within the configured timeout interval.
If the export fails due to timeout you can lower this number accordingly and try again.

  • Save the template file for future export as shown below(if needed).
  • Click on Export to export or schedule the export to finish.