Video & Text Guides
CSV Importer Plus for ACF
CSV Importer Plus for ACF is a powerful and user-friendly plugin that allows you to effortlessly import and map CSV data into your posts, pages, and custom post types. With support for a wide range of standard post/page fields and ACF fields, this plugin provides a seamless solution for managing data in WordPress.
Download Sample File for Free version
If you want the plugin to automatically map your CSV columns to fields, make sure to use the below exact CSV column names for the standard fields.
For standard post fields, the CSV column name will be:
post_id, post_title, post_content, post_excerpt, post_featured_image, post_categories, post_tags, post_author_usernames, post_author_emails, post_author_passwords, post_status, post_date, post_comments, post_pings
For standard page fields, the CSV column name will be:
post_id, post_title, post_date, post_content, post_excerpt, featured_image, post_parent, menu_order, page_template, post_author, post_author_email, author_password, post_status, comments
For Acf Fields: Use acf field name. Please check the screenshot.
For repeater fields, use repeater_shift_location_0r
, where repeater
is the keyword, shift_location
is the repeater ACF field name, and 0r
, 1r
, 2r
, etc., represent the row index.
The same applies to flexible content fields. Use flexible_content_shift_location_0r
, where flexible_content
is the keyword, shift_location
is the flexible content ACF field name, and 0r
, 1r
, 2r
, etc., represent the row index.