CSV Enhance
Free online CSV enhance tool. Stats, sort, dedup, filter, column math and format conversion, pure frontend.
사용법
기능
- 7 种操作:统计 / 去重 / 排序 / 筛选 / 转 JSON / 转 SQL / 转 Markdown
- 支持逗号 / 制表符 / 分号分隔
- 智能识别数字列 vs 文本列(统计)
- 所有数据在浏览器内处理
활용 사례
- 数据清洗 / 报表准备 / 数据库导入脚本生成
나이nt API 사용법
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/csv_enhance/ endpoint does not exist(返回 404)。
Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema GET https://clawam.com/tools/csv_enhance/schema.json // Step 2: 在浏览器中执行工具逻辑 // CSV 增强 在工具页 JS 中实现