ToolHub
中文
Light
GitHub
返回首页
/
表格数据
/
CSV 查看 / 格式化
加载中...
CSV 输入
载入示例
自动识别
Comma
Semicolon
Pipe
Tab
id,name,tags,active 1,ToolHub,"dev,frontend",true 2,Codex,automation,true 3,Docs,content,false
行数
3
列数
4
分隔符
,
表格预览
id
name
tags
active
1
ToolHub
dev,frontend
true
2
Codex
automation
true
3
Docs
content
false
字段统计 / 空值比例
[ { "column": "id", "empty": 0, "emptyPercent": "0.0%", "numeric": 3 }, { "column": "name", "empty": 0, "emptyPercent": "0.0%", "numeric": 0 }, { "column": "tags", "empty": 0, "emptyPercent": "0.0%", "numeric": 0 }, { "column": "active", "empty": 0, "emptyPercent": "0.0%", "numeric": 0 } ]
规范化 CSV
复制 CSV
id,name,tags,active 1,ToolHub,"dev,frontend",true 2,Codex,automation,true 3,Docs,content,false
JSON 输出
复制 JSON
[ { "id": "1", "name": "ToolHub", "tags": "dev,frontend", "active": "true" }, { "id": "2", "name": "Codex", "tags": "automation", "active": "true" }, { "id": "3", "name": "Docs", "tags": "content", "active": "false" } ]