Features
WordPress data importer, file parser, cron, and exporter
The core engine for CSV and XML imports into WordPress — plus how files are parsed, how Pro schedules remote feeds, and how you export data back out.
A WordPress CSV and XML importer built for re-runs
Set a unique key and run the same importer again when the file changes. Posts, products, and users update instead of duplicating. Large files and nested XML stay manageable, and Pro can fetch the feed on a schedule.
WordPress data importer
Map fields visually and set a unique identifier. Custom post types, taxonomies, and user imports are covered below.
Data importer
Bulk Data Importer Engine for WordPress Posts, Taxonomies & Users
Import WordPress posts, pages, custom post types, taxonomies, users, media, and custom fields from CSV, XML, or Excel — with visual mapping, unique keys, and background jobs that avoid timeouts.
View pageCPT & taxonomies
Import Data into WordPress Custom Post Types & Taxonomies
Import CSV or XML data into WordPress custom post types and taxonomies — create hierarchical categories, attach terms, and map taxonomy meta without custom PHP.
View pageUsers & meta
Bulk Import WordPress Users and Custom User Meta Fields
Bulk import WordPress users from CSV or Excel with roles, passwords, and custom user meta — safely update existing accounts via email or username matching.
View pageCSV, XML, Excel, scheduled imports, and export
How files are read, how Pro fetches remote feeds on a schedule, and how to export posts, custom fields, and products to CSV, XML, or JSON.
File parser
Import CSV, XML, and Excel Files into WordPress Automatically
Import CSV, XML, and Excel files into WordPress with visual mapping, nested XML support, custom delimiters, and remote fetch via FTP, SFTP, or URL — without timeouts on large datasets.
View pageCron & automation
Automated WordPress Data Imports with Scheduled Cron Jobs
Schedule WordPress CSV and XML imports with WP-Cron or server cron, run background jobs, skip unchanged records, and sync remote supplier feeds automatically.
View pageExporter
Export WordPress Custom Fields, Posts, and Products to CSV or XML
Export WordPress posts, custom fields, products, users, and taxonomies to CSV, XML, or JSON with visual field selection — ideal for migrations, backups, and re-imports.
View pageFeatures FAQ
What is the WordPress data importer in Import WP?
It is the core engine that maps CSV columns and XML nodes onto posts, pages, users, taxonomies, attachments, and (in Pro) custom post types and custom fields. Unique keys decide insert vs update so a second run does not duplicate records.
Can I import a large CSV into WordPress without timeouts?
Yes. Files are batched so PHP max execution time and reverse-proxy 504s do not kill the run. Import WP Pro processes the job in the background. Nested XML, custom delimiters, Excel, and remote FTP/URL fetch are covered on the parser page.
Are scheduled WordPress imports included in the free plugin?
No. Hourly and daily cron, the custom cron runner, and background jobs are Import WP Pro. The free plugin runs CSV/XML imports by hand into core WordPress data types.