Title: Sigma ImportX Engine
Author: sigmadev
Published: <strong>March 18, 2026</strong>
Last modified: March 23, 2026

---

Search plugins

![](https://ps.w.org/sigma-importx-engine/assets/banner-772x250.png?rev=3486659)

![](https://ps.w.org/sigma-importx-engine/assets/icon-256x256.png?rev=3485412)

# Sigma ImportX Engine

 By [sigmadev](https://profiles.wordpress.org/sigmadev/)

[Download](https://downloads.wordpress.org/plugin/sigma-importx-engine.1.0.zip)

 * [Details](https://test.wordpress.org/plugins/sigma-importx-engine/#description)
 * [Reviews](https://test.wordpress.org/plugins/sigma-importx-engine/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/sigma-importx-engine/#installation)
 * [Development](https://test.wordpress.org/plugins/sigma-importx-engine/#developers)

 [Support](https://wordpress.org/support/plugin/sigma-importx-engine/)

## Description

**Sigma ImportX Engine** is a professional data import plugin for WordPress. Whether
you’re migrating from another CMS, importing a product catalog, or doing a bulk 
content upload, Sigma ImportX handles it reliably through an intuitive step-by-step
wizard.

Upload your file, map your columns to WordPress fields, configure your settings,
and import — all without writing a single line of code. Every import is logged and
can be rolled back instantly if something goes wrong.

#### Key Features

 * **Multi-Format Support** — Import CSV, XLSX, XML, and TXT files with automatic
   delimiter and encoding detection
 * **Drag & Drop Upload** — Upload files instantly with in-browser preview and validation
   before processing
 * **Smart Field Mapping** — Visual mapper with auto-detection; add custom post 
   meta fields on the fly
 * **Template System** — Save and reuse field mapping configurations across multiple
   imports
 * **Three Import Modes** — Create new records, update existing ones, or upsert (
   create or update automatically)
 * **Real-Time Progress** — Live progress bar and detailed per-row log during import
 * **Import History** — Full audit trail of every import run with timestamps and
   row counts
 * **One-Click Rollback** — Revert any import completely from the Import History
   screen
 * **Background Processing** — Large files are chunked and processed without hitting
   PHP timeouts
 * **Data Validation** — Catch formatting errors and missing required fields before
   the import runs
 * **Custom Post Types** — Works with any registered post type, including those 
   added by themes or plugins
 * **Dashboard Overview** — Visual summary of import statistics and recent activity
 * **No External Dependencies** — No paid add-ons, no third-party services, no data
   leaves your server
 * **Translation Ready** — Fully internationalized with standard WordPress i18n

#### Who Is This For?

 * **Content Managers** — Bulk import or update large content libraries without 
   developer help
 * **Developers & Agencies** — Migrate client data into new WordPress sites cleanly
   and repeatably
 * **E-commerce Operators** — Import product catalogs including custom fields and
   metadata
 * **Site Builders** — Quickly seed development or staging environments with real
   data

#### How It Works

The 5-step import wizard guides you through the entire process:

 1. **Upload** — Drag and drop or browse to select your CSV, XLSX, XML, or TXT file
 2. **Preview** — Review a sample of your data and confirm it was parsed correctly
 3. **Map Fields** — Assign each column to a WordPress field or custom meta key
 4. **Configure** — Choose post type, import mode, and post status
 5. **Import** — Watch the progress in real time and review the detailed results log

When the import is done, it is recorded in Import History. If anything looks wrong,
roll it back with one click.

### Additional Information

#### System Requirements

**Minimum**
 * WordPress 5.8 * PHP 7.4 * MySQL 5.6 or MariaDB 10.0

**Recommended**
 * WordPress 6.0 or higher * PHP 8.0 or higher * MySQL 5.7 or MariaDB
10.3 * 256MB PHP memory limit * 300 second max execution time * 64MB upload max 
filesize

#### Developer Reference

**Namespace:** `SigmaImportX`

**Available Hooks:**

 * `sie_before_import` — Fires before an import run begins
 * `sie_after_import` — Fires after an import run completes
 * `sie_import_row` — Filter applied to each row during processing
 * `sie_field_mapping` — Filter applied to the field mapping configuration

**Custom Database Tables:**

 * `{prefix}_sie_imports` — Import run history and metadata
 * `{prefix}_sie_import_logs` — Per-row import log entries
 * `{prefix}_sie_templates` — Saved field mapping templates

**Architecture:** Object-oriented with PSR-4 autoloading. No external library dependencies.

#### Privacy

Sigma ImportX Engine does not collect, transmit, or store any user data outside 
your own WordPress database. It does not use cookies, external analytics, or remote
license checks. Uploaded import files are stored temporarily in the WordPress uploads
directory and removed automatically after processing.

## Screenshots

 * [[
 * **Dashboard** — Import statistics, recent activity, and quick-start actions
 * [[
 * **File Upload** — Drag and drop interface with instant preview and validation
 * [[
 * **Field Mapping** — Visual column-to-field mapper with custom meta support
 * [[
 * **Import Progress** — Live progress bar with per-row status log
 * [[
 * **Import History** — Full audit trail with one-click rollback for every import
 * [[
 * **Template Manager** — Save and reuse field mapping configurations

## Installation

#### From the WordPress Plugin Directory

 1. Go to **Plugins > Add New** in your WordPress admin
 2. Search for **Sigma ImportX Engine**
 3. Click **Install Now**, then **Activate**
 4. Navigate to **CSV Importer** in the admin sidebar to get started

#### Manual Installation

 1. Download the plugin ZIP file
 2. Go to **Plugins > Add New > Upload Plugin**
 3. Select the ZIP file and click **Install Now**
 4. Activate the plugin
 5. Navigate to **CSV Importer** in the admin sidebar

#### Recommended Server Configuration

For best performance with large files, your server should be configured with:

 * `upload_max_filesize` — 64M or higher
 * `post_max_size` — 64M or higher
 * `max_execution_time` — 300 seconds or higher
 * `memory_limit` — 256M or higher

Contact your hosting provider if you need help adjusting these values.

## FAQ

### What file formats are supported?

CSV, XLSX (Excel), XML, and TXT. Delimiters and encodings are detected automatically—
no manual configuration needed in most cases.

### Is there a file size limit?

There is no hard limit imposed by the plugin. Your server’s `upload_max_filesize`
and `post_max_size` PHP settings determine the maximum. Files under 50MB are recommended
for smooth performance. For very large datasets, split them into multiple files.

### Can I import into custom post types?

Yes. Sigma ImportX works with any registered post type — custom post types created
by your theme or other plugins are listed automatically in the import configuration
step.

### Does it work with WooCommerce?

Basic WooCommerce product import is supported in this release. You can import simple
products with standard fields. More WooCommerce-specific field support is planned.

### Can I undo an import after it runs?

Yes. Every import is stored in the Import History screen. Click Rollback next to
any import to reverse it completely and restore your site to its prior state.

### Can I map columns to custom fields and post meta?

Yes. The field mapper lets you assign any CSV column to any registered post meta
key. You can also type in a custom meta key manually if it does not already exist.

### What import modes are available?

Three modes are supported:

 * **Create** — Always inserts new records
 * **Update** — Finds existing posts by ID, slug, or title and updates them
 * **Upsert** — Updates if a match is found; creates a new record if not

### Is WordPress multisite supported?

Not in the current release. Multisite support is planned for a future version.

### Can I schedule or automate imports?

Scheduled and automated imports are on the roadmap. The current release is wizard-
driven.

### How are images and media handled?

Featured images can be imported by providing a public URL in your data file. Full
media library management is planned for a future release.

### Does it work with Yoast SEO or other SEO plugins?

Yes. You can map columns to any custom field, including the meta fields used by 
Yoast SEO, Rank Math, or other SEO plugins.

### Is my data kept private?

All processing happens locally on your server. The plugin does not send any data
to external servers, does not use external analytics, and does not phone home for
any reason.

### Where do I get support?

 * **Support Forum:** https://wordpress.org/support/plugin/sigma-importx-engine/
 * **Email:** mahipatsinh.r@sigmainfo.net

When contacting support, please include your WordPress version, PHP version, plugin
version, and a description of the issue. We respond within 24-48 hours on business
days.

## Reviews

![](https://secure.gravatar.com/avatar/669ba36bdb932cafc7e2d79dd91a92d507529c5cdb819186d6c32a290905f936?
s=60&d=retro&r=g)

### 󠀁[An excellent tool for managing expansive WP sites](https://wordpress.org/support/topic/an-excellent-tool-for-managing-expansive-wp-sites/)󠁿

 [natemcmillan](https://profiles.wordpress.org/natemcmillan/) March 23, 2026

The Sigma ImportX Engine was clearly built by a team that has a deep understanding
of WordPress and how to manage data across large sites. This tool provides a clean
intuitive workflow for import/export of data from your WordPress sites. It handles
this task in a more lightweight and efficient manner than previous tools we have
tried.

 [ Read all 1 review ](https://wordpress.org/support/plugin/sigma-importx-engine/reviews/)

## Contributors & Developers

“Sigma ImportX Engine” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ sigmadev ](https://profiles.wordpress.org/sigmadev/)

[Translate “Sigma ImportX Engine” into your language.](https://translate.wordpress.org/projects/wp-plugins/sigma-importx-engine)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/sigma-importx-engine/),
check out the [SVN repository](https://plugins.svn.wordpress.org/sigma-importx-engine/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/sigma-importx-engine/)
by [RSS](https://plugins.trac.wordpress.org/log/sigma-importx-engine/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0 – 2026-03-18

Initial release.

 * 5-step import wizard (upload, preview, map, configure, run)
 * Multi-format support: CSV, XLSX, XML, TXT with auto-detection
 * Visual field mapper with auto-suggestions and custom meta support
 * Template system for saving and reusing field mappings
 * Three import modes: Create, Update, Upsert
 * Real-time AJAX progress tracking with detailed per-row logs
 * Import history with full rollback capability
 * Background chunked processing for large datasets
 * Pre-import data validation
 * Dashboard with import statistics
 * Custom database tables: imports, logs, templates
 * Nonce verification, capability checks, and full data sanitization
 * WordPress coding standards compliant
 * Translation-ready with text domain

## Meta

 *  Version **1.0.0**
 *  Last updated **2 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/sigma-importx-engine/)
 * Tags
 * [csv](https://test.wordpress.org/plugins/tags/csv/)[import](https://test.wordpress.org/plugins/tags/import/)
   [migration](https://test.wordpress.org/plugins/tags/migration/)
 *  [Advanced View](https://test.wordpress.org/plugins/sigma-importx-engine/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/sigma-importx-engine/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/sigma-importx-engine/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/sigma-importx-engine/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/sigma-importx-engine/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/sigma-importx-engine/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/sigma-importx-engine/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/sigma-importx-engine/reviews/)

## Contributors

 *   [ sigmadev ](https://profiles.wordpress.org/sigmadev/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/sigma-importx-engine/)