Skip to content

Expose encoding selection/detection in the CLI #36

Description

@bytebrujo

Problem

The Zig iconv layer (src/zig/iconv.zig) supports transcoding and csv_detect_encoding, but the CLI surfaces no --encoding flag and has no detect command.

Proposal

  • Add --encoding flag across read commands
  • Add turbocsv encoding detect data.csv

Acceptance

  • --encoding honored by count/head/select/etc.
  • detect command reports encoding
  • Tests with non-UTF8 fixtures

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew featurephase-6Formats & interop - Parquet, Arrow, Excel, diffpriority-mediumMedium impact

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions