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
  • #456
Closed
Open
Issue created Oct 17, 2015 by Andrea Borruso@aborruso

Change output filename from <stdin>_out.csv (invalid on Windows) to stdin_out.csv

Hi, usually I use csvkit inside cygwin, and it works great.

But I have strange stdin problem. If I run the below command on my debian machine I have no problem.

curl -s "http://217.222.248.115/BdProcedimenti/consulta/tmp/ProcOpenData.csv" | csvclean -d ";" -u 3 -e Windows-1252

If I run it in cygwin instead I have: [Errno 22] invalid mode ('w') or filename: '_out.csv'

I know it's not a csvkit problem but something related on environment settings, but I do not know where to start.

Thank you

Assignee
Assign to
Time tracking