← Back to directory

Clean messy CSV: fix inconsistent delimiters, mixed encodings, BOM, trailing com...

https://api.strale.io/x402/v2/csv-clean

Overview

Clean messy CSV: fix inconsistent delimiters, mixed encodings, BOM, trailing commas, quoted fields. Returns clean CSV with issues report.

Protocol x402
Price $0.02
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider strale
Source bazaar
Indexed 2026-08-27 16:12:43

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "csv": { "description": "Messy CSV string to clean", "required": true, "type": "string" } }, "type": "http" }

Output Schema

{ "column_count": { "type": "integer" }, "csv": { "type": "string" }, "detected_delimiter": { "type": "string" }, "issues_fixed": { "type": "array" }, "row_count": { "type": "integer" } }