> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.kudobuzz.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# What are the mandatory (required) fields when importing reviews?

To import reviews in a CSV into Kudobuzz, you need to ensure the CSV has the following headers even though some of the headers may have no data:  
  

**_created_at,title, message, product_id, rating, reviewer, name, published, verified, review_image_url_**  
  

Once the headers are accurate, ensure the following headers have data as they are the required fields.  

*   name
    
*   message
    
*   rating
    
*   published (has boolean value of TRUE or FALSE)
    
*   verified (has boolean value of TRUE or FALSE)  
_(This field is not really mandatory, but if the 'verified' column is not passed as TRUE, it means the reviews are unverified by default . Meaning, they will not have the "Verified reviewer" tag attached to the reviews.)_

For product reviews, the product_id header is also required.

Here is the guide on how to go about importing the CSV [how to import CSV](https://help.kudobuzz.com/en/articles/5543273-how-to-import-your-reviews).