Linux 软件免费装
Banner图

DMC CSV Mapper

开发者 bendm
更新时间 2026年7月6日 15:24
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

import acf advanced custom fields csv importer

下载

1.2.0

详情介绍:

DMC CSV Mapper is a WordPress plugin that allows you to import CSV data into your WordPress site. It supports both standard WordPress post fields and Advanced Custom Fields (ACF). Features Requirements Developer Documentation See docs/HOOKS.md in the plugin directory for available filters and actions.

安装:

  1. Upload the dmc-csv-mapper folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Navigate to 'CSV Mapper' in the WordPress admin menu
  4. Start importing your CSV files

屏幕截图:

  • Step 2 — Upload a CSV file and preview the first rows before you import.
  • Step 3 — Map CSV columns to WordPress fields and Advanced Custom Fields with smart suggestions.
  • Step 4 — Review the import summary, track progress, and see success and error results.

升级注意事项:

1.2.0 Rebrand to DMC CSV Mapper. Hook prefix changed from custom_csv_importer_ to dmc_csv_mapper_. 1.1.1 Plugin Check and WordPress.org packaging improvements. 1.1.0 Security and extensibility update. Recommended for all users.

常见问题:

Does this plugin work with Advanced Custom Fields?

Yes! The plugin integrates with Advanced Custom Fields (ACF) when the plugin is active.

What file formats are supported?

Currently, the plugin supports CSV (Comma-Separated Values) files.

Can I import into custom post types?

Yes! The plugin allows you to select any registered public post type on your WordPress site.

Can I customize who can access the importer?

Yes. Use the dmc_csv_mapper_capability filter to change the required capability (default: manage_options).

Can I extend the import behavior?

Yes. The plugin exposes hooks for post data, field values, batch size, and more. See docs/HOOKS.md.

Where are uploaded CSV files stored?

Uploaded files are saved temporarily in wp-content/uploads/csv-imports/. They are automatically deleted after 24 hours. Uninstalling the plugin also removes any remaining files in that directory.

Does importing the same CSV twice create duplicates?

Yes. The free version always creates new posts. Updating existing posts instead of creating duplicates is planned for a separate Pro add-on.

Does this plugin send data to external servers?

No. All CSV processing happens on your WordPress site. No import data is transmitted to third-party services.

更新日志:

1.2.0 1.1.1 1.1.0 1.0.0