
內容簡介
這個外掛可以幫助使用者使用 CSV 檔案批次更新客戶或使用者的資料。它還會記錄哪些資料來自檔案成功處理,哪些沒有。
CSV 檔案的規則
檔案必須是逗號分隔的 .csv / .txt 格式。
欄位標籤必須與實際使用者要更新資料的欄位名稱相同。
檔案應該有一個索引欄位,用於尋找要更新資料的使用者。例如:user_login、username、id、user_id。
請確保使用者每一行的資料擁有與需透過檔案更新的欄位數相同的資料元素。
如果您沒有任何使用者某些欄位的資料,或者不想更新某些資料欄位,則可以將 "skip" 寫入資料儲存格中,該特定資料將被跳過該使用者。
使用方法
使用此外掛,請按照以下步驟進行:
首先啟用外掛。
進入外掛設定頁面。
上傳 CSV 檔案以批次更新使用者資訊。
外掛標籤
開發者團隊
② 後台搜尋「Update Users & Customers using CSV」→ 直接安裝(推薦)
原文外掛簡介
this plugin helps to update customers or users data in bulk using csv file. It will also keep record of which data entry from file is successfully processed and which are not.
Rules For CSV File
File must be comma separated .csv / .txt format.
Column lables must be same to actual user field name where data needs to be updated.
File should have one index column which used for finding user for whom data is going to be updated. For example: user_login, username, id, user_id
Make sure each row of data for user has same number of data elements as many fields we need to update through file.
If you do not have data of some fields for any user or not want to update some data fileds then you write ” skip ” in data cell and that perticular data will be skipped for that user.
Usage
To use this plugin do the following:
Firstly activate Plugin.
Go to plugin settings page.
Upload csv file for bulk update users information.
