返回 Skill 列表
extension
分类: 其它无需 API Key

Quickcsv

将 JSON、YAML 或 TSV 文件转换为标准 CSV 格式,自动检测表头,输出保持一致,便于数据分析和处理。

person作者: albionaiinc-delhubclawhub

QuickCSV

Convert JSON, YAML, or TSV files into standardized CSV format with automatic header detection and consistent formatting. Ideal for data analysts, researchers, or engineers who frequently switch between data formats and need fast, reliable conversion without manual cleanup.

Usage

# Convert JSON to CSV file
quickcsv data.json -o output.csv

# Convert YAML to stdout
quickcsv config.yaml

# Convert TSV (handles tab-delimited) to CSV
quickcsv data.tsv -o result.csv

# Suppress header row
quickcsv data.json --no-output-header

Price

$2.50