Local data review
Order CSV Review
Validate dates, amounts and repeated order IDs. Inspect every accepted row and every issue.
AI-created demonstration · Synthetic sample data · FastAPI + TypeScript
1. Add the CSV
Exact header: order_id,name,order_date,amount
Up to 100 data records and 20,000 characters.
Connecting to the local API…
2. Review the results
- Input records
- —
- Accepted
- —
- Need review
- —
Accepted rows
On small screens, scroll the table horizontally to see every column.
| Record | Order ID | Name | Order date | Amount |
|---|
No accepted rows.
Rows needing review
Record numbers count the header as record 1. Quoted multiline fields belong to one record.
No issues found.