Giter Site home page Giter Site logo

Comments (2)

ben-strasser avatar ben-strasser commented on July 21, 2024

Hi,

does the recent commit that adds CSVReader::next_line help?

There is a mechanism to skip comment lines. However, you need to be able
to tell by only looking at the line whether it is a comment, i.e., a
rule similar to: "The first 4 lines are comments" does not work with
that mechanism because you do not know the line number.

Best Regard
Ben Strasser

On 04/29/2016 04:23 PM, breznak wrote:

Hi,

is there a way to skip arbitrary |N| rows of the header? Our CSV files
look like this:

|colName1, colName2, ... meta1,meta2 comment1, comment2 data1-1,data2-1
data1-2,data2-2 .... |

Is there a way to parse this? I'd call |set_header("colName1",
"colName2")|; then something like: |skipToRow(4)|, ...read data

If not, would you consider implementing that?
Thank you,


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#22

from fast-cpp-csv-parser.

breznak avatar breznak commented on July 21, 2024

Works like a charm! 👏

This is exactly the functionality we needed.
Thank you very much Ben.

(I love open source, took 16 mins from reported bug to fix) 😉

Fixed in 646bbe5

from fast-cpp-csv-parser.

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.