Giter VIP home page Giter VIP logo

Comments (5)

nyamsprod avatar nyamsprod commented on May 14, 2024

Could you elaborate with a gist containing your full code because I'm failing at trying to reproduce the bug

from csv.

stevenmusumeche avatar stevenmusumeche commented on May 14, 2024

here it is: https://gist.github.com/stevenmusumeche/605a1b1c7a1819ac1710

from csv.

nyamsprod avatar nyamsprod commented on May 14, 2024

Okay understood... this is not a bug per se from the library. This is in CSV implementation.
You are using the [space] as the enclosure but according the CSV RFC if the enclosure is found in the CSV content to remove any ambiguity it is double.

If double-quotes are used to enclose fields, then a double-quote appearing inside a field must be escaped by preceding it with another double quote.

This explain the result of having double space.

Hope this will help

from csv.

stevenmusumeche avatar stevenmusumeche commented on May 14, 2024

Using the space as a workaround was what was suggested for tab delimited files with no enclosure. I would like to use no enclosure but that is not possible without throwing an Exception.

from csv.

dyelton avatar dyelton commented on May 14, 2024

@stevenmusumeche I had to deal with this issue as well. My workaround was to set the enclosure to \x1f

from csv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.