ToolFlow

所有处理都在你的浏览器中完成,不会发送到我们的服务器。

数据格式转换

在 JSON、YAML、XML、CSV、TSV 之间互转

CSV and TSV expect a header row. To export as CSV/TSV, use an array of objects, a single object, or one object with a single property that is an array of objects (for example { "items": [ {...}, {...} ] }). Nested values are JSON-encoded in spreadsheet cells.