-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
priority:mediumShould be done soonShould be done soonsize:xsTrivial — less than 1 hourTrivial — less than 1 hourstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:featureNew functionalityNew functionality
Description
Part of #68
Depends on #95 (format plugin architecture)
Description
Add TSV as an input format. TSV output already exists via --tsv; this adds the symmetric input side. Trivial since it's just a different delimiter for the existing CSV reader.
Acceptance Criteria
-
--input-format tsvreads tab-separated input correctly - Column names are read from the first row (same as CSV behavior)
- Rows with embedded tabs (quoted) are handled correctly
- Existing
--tsvoutput flag is unchanged and still works -
--output-format tsvis equivalent to--tsv(alias)
Notes
- Implementation: pass tab as the delimiter to the existing CSV reader — should be a 1-line change after Format plugin architecture for multi-format I/O #95
- TSV is common in bioinformatics (BED, VCF-adjacent formats) and Unix pipelines
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority:mediumShould be done soonShould be done soonsize:xsTrivial — less than 1 hourTrivial — less than 1 hourstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:featureNew functionalityNew functionality