Csv2tsv

Use this skill when the user wants to convert CSV files to tab-separated format for processing with Unix tools.

javimosch 39a03e5 593 B Updated

File contents

csv2tsv Plugin

csv2tsv converts comma-separated to tab-separated data.

Usage Examples

  • "convert a CSV to TSV for cut/awk processing"
  • "handle quoted fields during conversion"
  • "batch convert all CSV files in directory"

Installation

brew install csv2tsv

Key Features

  • CSV to TSV conversion
  • Quoted field and escape handling
  • Line ending normalization
  • Pipe-friendly for Unix toolchains
  • Batch file processing

javimosch/supercli/tree/main/plugins/csv2tsv/skills/quickstart commit 39a03e5aea

Frequently asked questions

npx skillmds@latest add javimosch/csv2tsv