Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C csvkit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 61
    • Issues 61
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wireservice
  • csvkit
  • Merge requests
  • !189

Compatibility with CSV files that have no headers

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed James McKinney requested to merge github/fork/jpmckinney/no_headers into master Sep 05, 2012
  • Overview 0
  • Commits 5
  • Pipelines 0
  • Changes 17

These tools work without changes:

  • csvclean
  • csvjoin

The following had specific edits:

  • csvstack (the reason for this issue!): don't eat the first row of the 2nd, 3rd, etc. files
  • csvlook: don't render first row as a header

The following had some options that are incompatible:

  • csvpy: I doubt anyone wants fake column names when using --dict, so we just raise an error
  • csvcut: --names conflicts with --no-header-row
  • csvgrep: --names conflicts with --no-header-row
  • csvsort: --names conflicts with --no-header-row

Still left to do:

  • csvsql
  • csvjson
  • csvstat
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/jpmckinney/no_headers