Code Monkey home page Code Monkey logo

Comments (6)

nalimilan avatar nalimilan commented on July 18, 2024

Do you have examples of other software supporting this?

from csv.jl.

oxinabox avatar oxinabox commented on July 18, 2024

Do you have examples of other software supporting this?

No, I don't.
I would have thought it would be a more common type of delimited format than it apparently is.
Feel free to close as "won't implement"

from csv.jl.

quinnj avatar quinnj commented on July 18, 2024

Actually, I don't think this would be very hard to support.

from csv.jl.

jonathanBieler avatar jonathanBieler commented on July 18, 2024

While we are at it, supporting empty quotechar would be nice. Some discussion here: https://discourse.julialang.org/t/writing-dataframe-with-no-quotemarks/4599

from csv.jl.

quinnj avatar quinnj commented on July 18, 2024

I have a local branch that supports this.

from csv.jl.

quinnj avatar quinnj commented on July 18, 2024

This is supported on master with the switch to CSV.File (CSV.read still relies on the old CSV.Source, but there are plans to switch it over soon). You can now pass CSV.File(file; openquotechar='{', closequotechar='}').

Note for now, you can get a NamedTuple of Vectors on master by doing using Tables; table = CSV.File(file; kwargs...) |> columntable

from csv.jl.

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.