Skip to content

TSV input format support #97

@vmvarela

Description

@vmvarela

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 tsv reads 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 --tsv output flag is unchanged and still works
  • --output-format tsv is equivalent to --tsv (alias)

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority:mediumShould be done soonsize:xsTrivial — less than 1 hourstatus:readyRefined and ready for sprint selectiontype:featureNew functionality

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions