Fixing import errors
Below are cases where users often make errors and how to fix those errors
1. Product not found
Issue
The value in the product_id column does not match any product in your store
2. Review content not found
Issue
The value in the body column is missing, which is required fields
3. Review rating invalid
Issue
The value in the rating column is either missing or in an incorrect format. Ratings must be whole numbers between 1 and 5 (1, 2, 3, 4, 5).
4. Reviewer name invalid
Issue
The value in the reviewer_name column exceeds the character limit (100 characters).
5. Wrong date format in review_date
Issue
The value in the review_date column is not in the standard All star format
Last updated