The purpose of this plugin is to parse uploaded csv files into any type of post including custom post.
The engine of the plugin parses csv records into posts by mapping of columns that you configure in the plugin interface..
This plugin provides the functionality to upload data from the csv file into the postmeta records.
This plugin also provides the ability to import images and associate them to post as attachments or thumbnails.
The postmeta mapping feature retrieves all of the possible postmeta fileds of the selected post type..
If there is postmeta field that doesnt show in the interface you have to ability to create new post meta field..
The interface is arranged and populated based on the post type and the values that you have provided in the configuration interface..
You have the option to filter the results returned by various post fields addition to being able to specify what post fields and associated postmeta keys populate in the csv rows..
In the version of the plugin there is also the ability to implement the plugin hooking api the customize the flow of ingestion.
For instance if you wanted to customize how post is linked to several other posts you can do so by writing very minimal php inside of function that the engine will detect..
Read more