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
  • #751
Closed
Open
Issue created Jan 13, 2017 by Administrator@rootContributor

agate: csvlook: ignore unequal columns between rows

Created by: die4live

I like to use csvlook -t to view tab-separated file for good layout even it is not in a strict TSV format. For example one word in first line as a title and some more lines with three columns as content, which can be parsed by csvlook in older version of csvkit. However, for an updated version, the same command will throw out a error like 'Row 0 has 1 values, but Table only has 3 columns' and stop, and there's NO option to disable this rule.

So is it possible to add a argument to ignore unequal columns in file as what I want is just to align all columns vertically for a nice view, thanks!

Assignee
Assign to
Time tracking