This plugin allows you to import CSV data into new pages creating proper ACF fields.
It takes the first row of the CSV file as the field names and the following rows as the data. The plugin will create a new ACF group for each CSV file and will create a new page for each row of data.
Each ACF group will have a field for each column of the CSV file. The user can choose the field type for each field.
Currently supports text, image, link and oEmbed fields.
After the creation of the fields, the plugin will import the data into the new pages. The user can choose if the pages should be published or not.
- Upload
csv-to-acffolder to the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Go to the plugin settings page and upload your CSV file
- First alpha release.
Anyone is welcome to contribute to this project. Feel free to raise an issue or send a Pull Request!