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
  • #853
Closed
Open
Issue created Jul 07, 2017 by Administrator@rootContributor

in2csv: --no-header-row for Excel files

Created by: jsekamane

When converting a xls file to csv, using in2csv I get a warning that the there are duplicate column names (and the columns are renamed) – despite the fact that i use the no-header-row option? This seems to be a bug, or did I misunderstand something?

Command:

in2csv -I -H test1.xls > test1.csv

Output:

/usr/local/lib/python3.5/site-packages/agate/utils.py:291: DuplicateColumnWarning: Column name "x" already exists in Table. Column will be renamed to "x_2".

I am using Python 3.5.2

Assignee
Assign to
Time tracking