CSVWorks Docs
Modelo CSV de avaliações do WooCommerce
If you need a dependable woocommerce reviews csv template, this guide shows the exact headers, a working sample CSV, and how to import reviews with WebToffee so mapping is fast and accurate.

Required Columns
Copy these column names exactly to reduce mapping issues during import. Use either product_id
or product_sku
for each row.
autor_do_comentário
– Reviewer namee-mail do autor do comentário
– Reviewer emaildata_do_comentário
– Date inYYYY-MM-DD
conteúdo_do_comentário
– Review textavaliação
– 1–5verificado
– yes/noproduct_id
orproduct_sku
– link to the productstatus
– approve/hold/spam (optional)
Tip: Prefer product_id
(numeric) for reliability. Use SKUs only when IDs aren’t available.
Sample Reviews CSV
comment_author,comment_author_email,comment_date,comment_content,rating,verified,product_id,product_sku,status Alex Chen,[email protected],2025-01-10,"Great fit and fast shipping.",5,yes,1234,,approve Samira B,[email protected],2025-01-12,"Color was exactly as pictured.",4,no,,TEE-XL,approve
Use UTF-8 CSV. Keep a small 10–20 row file for testing before you run the full import.
How to Import with WebToffee
- Go to WooCommerce → Import/Export → Import → Reviews/Comments.
- Upload your CSV and proceed to the Mapping step.
- Confirm author, content, rating, and product fields auto-map correctly.
- Run a small test import; verify results; then import your full file.
Official plugin page: WebToffee – WooCommerce Product Import Export. For general CSV handling in WordPress, see WordPress.org Documentation.
Troubleshooting
- Reviews not attached to products: confirm IDs/SKUs exist and match active products.
- Dates fail to parse: use
YYYY-MM-DD
; avoid locale formats. - All reviews pending: set
status
toapprove
to publish immediately. - Encoding problems: export as UTF-8; remove stray tabs and smart quotes.