
內容簡介
這個外掛的目的是將上傳的 CSV 檔案解析成任何類型的文章,包括自訂文章。該外掛的摄取引擎通過在外掛介面中配置的列映射,將 CSV 記錄解析為文章。
此外掛提供了將 CSV 檔案中的資料上傳到主題和外掛所建立的 postmeta 記錄的功能,也提供了導入圖像並將其與文章連結為附件或縮略圖的能力。 通過為 postmeta 和摄取映射創建預設值,管理現有的 CSV 檔案並促進使用易用性。
postmeta 映射功能自動檢索所選文章類型的所有可能的 postmeta 場。 如果介面中未顯示 postmeta 欄位,您可以創建新的 postmeta 欄位。摄取介面根據文章類型和您在配置介面中提供的值動態排列和填充。
此外,還有一個提取介面,提供將文章記錄提取為 CSV 格式的能力。 您可以選擇過濾由各個文章欄位返回的結果,除了能夠指定哪些文章欄位和相關的 postmeta 鍵填充在 CSV 行中。
在最新版本的外掛中,還有實現外掛勾 API 的能力來自定義攝入流程。例如,如果您想自定義如何將文章與其他幾篇文章連接,只需撰寫非常少量的 PHP 代碼,即可在攝入引擎中檢測到鉤子函數。
有關此外掛的一般信息,請訪問
http://www.supraliminalsolutions.com/blog/listings/supra-csv/
在此處嘗試演示
http://www.supraliminalsolutions.com/supra-csv/demoblog/wp-admin/
用戶名:admin
密碼:admin
觀看詳細教程
http://www.supraliminalsolutions.com/blog/supra-csv-tutorials/
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
The purpose of this plugin is to parse uploaded csv files into any type of
post including custom post. The ingestion engine of the plugin parses csv records
into a posts by a 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 which themes and plugins create.
This plugin also provides the ability to import images and associate them to post
as attachments or thumbnails. Manage existing csv files and promote ease of
use by creating presets for both postmeta and ingestion mapping.
The postmeta mapping feature automatically retrieves all of the possible postmeta fileds of the selected post type.
If there is a postmeta field that doesnt show in the interface you have to ability to create a new post meta field.
The ingestion interface is dynamically arranged and populated based on the post type and the values that you have
provided in the configuration interface.
There is also an extraction interface that provides the ability to extract post records into a csv format. You have the
option to filter the results returned by various post fields in addition to being able to specify what post fields and
associated postmeta keys populate in the csv rows.
In the latest 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 a post is linked to several other posts you can do so by writing
very minimal php inside of a hook function that the ingestion engine will detect.
For general information regarding the plugin visit
http://www.supraliminalsolutions.com/blog/listings/supra-csv/
Try the demo here
http://www.supraliminalsolutions.com/supra-csv/demoblog/wp-admin/
username: admin
password: admin
Watch the detailed tutorials
http://www.supraliminalsolutions.com/blog/supra-csv-tutorials/
