Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Support reading directly from std::istream #16

Open
jwillikers opened this issue Mar 10, 2020 · 0 comments
Open

Support reading directly from std::istream #16

jwillikers opened this issue Mar 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jwillikers
Copy link
Contributor

I have a use case where I want to parse the first part of a CSV file with my own parser and the rest of it with your parser. Currently, I will have to re-parse most of the file with your parser because it only takes a filename as an argument. I have a std::istream exactly at the position where I want to pick up parsing with your parser. Would it be possible to support reading from a std::istream?

@p-ranav p-ranav added the enhancement New feature or request label Mar 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants