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
  • #254
Closed
Open
Issue created Feb 18, 2014 by Administrator@rootContributor

csvgrep doesn't support --no-header-row option

Created by: inactivist

csvgrep available from pypi (csvkit 0.6.1) assumes first row is a header. --no-header-row and -H are not recognized as valid options.

$ csvgrep --no-header-row -c 9 -m "US" cities1000.txt 

usage: csvgrep [-h] [-d DELIMITER] [-t] [-q QUOTECHAR] [-u {0,1,2,3}] [-b]
               [-p ESCAPECHAR] [-z MAXFIELDSIZE] [-e ENCODING] [-S] [-v] [-l]
               [--zero] [-n] [-c COLUMNS] [-m PATTERN] [-r REGEX]
               [-f MATCHFILE] [-i]
               [FILE]
csvgrep: error: unrecognized arguments: --no-header-row

Not sure if this is a known issue. Edit: I see by the changelog, 0.6.1 claims to have added the option to all tools.

0.6.1
-----
[snip]
* Add --no-header-row to all tools. (#189)
Assignee
Assign to
Time tracking