Convert tab-separated values (TSV) to comma-separated values (CSV) or vice versa. Fields that contain commas in the output are automatically wrapped in double quotes per the CSV specification, preventing data corruption. TSV is common in database and spreadsheet exports; CSV is expected by most import tools, APIs, and analytics platforms.