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
  • Issues
  • #658
Closed
Open
Issue created Sep 13, 2016 by Administrator@rootContributor

cvssql -H omits header in output and shouldn't

Created by: malcook

-H is documented to govern only the format of the input file

-H , --no-header-row Specifies that the input CSV file has no header row.

However, csvsql output omits header row in output when using -H.

Arguably, the provided column names (i.e. "column1" "column2", etc) should be emitted in the output

(unless this is "by design", in which case probably the documentation should reflect this. In any case some means of including the column names in the output would be grand)

Assignee
Assign to
Time tracking