analyze_csv
Analyze review CSV or Excel files from any source with automatic column matching. Works for eBay, AliExpress, Shopify exports and more.
Instructions
Analyze any review CSV / Excel — not just Amazon.
Drag in a Helium 10 export, an eBay / AliExpress scrape, or your own
Shopify export. The loader fuzzy-matches column names (内容 / 评价 /
body / review / content all detected automatically) so you don't
have to reformat the file.
Use this when:
The product is NOT on Amazon (eBay / AliExpress / D2C)
You already have a reviews file from another source
You want to bypass the Shulex VOC API entirely
Args: csv_path: Local path or HTTP(S) URL to a .csv / .xls / .xlsx file. product_name: Optional friendly name for the report header. market: Optional marketplace tag (US / GB / OTHER, etc.).
Returns: Same shape as analyze_reviews, with meta.columns_detected
showing which columns the loader matched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv_path | Yes | ||
| product_name | No | ||
| market | No | OTHER |