Wopisanje
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:
- Upload — Drag and drop or browse to select your CSV, XLSX, XML, or TXT file
- Preview — Review a sample of your data and confirm it was parsed correctly
- Map Fields — Assign each column to a WordPress field or custom meta key
- Configure — Choose post type, import mode, and post status
- 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 beginssie_after_import— Fires after an import run completessie_import_row— Filter applied to each row during processingsie_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.
Fota wobrazowki

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
Instalacija
From the WordPress Plugin Directory
- Go to Plugins > Add New in your WordPress admin
- Search for Sigma ImportX Engine
- Click Install Now, then Activate
- Navigate to CSV Importer in the admin sidebar to get started
Manual Installation
- Download the plugin ZIP file
- Go to Plugins > Add New > Upload Plugin
- Select the ZIP file and click Install Now
- Activate the plugin
- 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 higherpost_max_size— 64M or highermax_execution_time— 300 seconds or highermemory_limit— 256M or higher
Contact your hosting provider if you need help adjusting these values.
HSP
-
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_filesizeandpost_max_sizePHP 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.
Pohódnoćenja
Sobuskutkowarjo a wuwiwarjo
„Sigma ImportX Engine“ je softwara wotewrjeneho žórła. Slědowacy ludźo su k tutomu tykačej přinošowali.
SobuskutkowarjoPřełožće „Sigma ImportX Engine“ do swojeje rěče.
Na wuwiću zajimowany?
Přehladajće kod, hladajće do SVN-repozitorija abo abonujće wuwiwanski protokol přez RSS.
Protokol změnow
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
