Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a parse from view #36

Merged
merged 2 commits into from
Apr 25, 2023
Merged

add a parse from view #36

merged 2 commits into from
Apr 25, 2023

Conversation

reder2000
Copy link
Contributor

add the missing trim for returning std::string_view in single file

add the missing trim for returning std::string_view in single file
@reder2000
Copy link
Contributor Author

In the same fashion as parse(std::string), parse_view(std::string_view).
Super handful to process a csv in // when cell "inspection" may take some time.
I added also an "address" to get the row buffer position (as I process chunks in //) because parsing errors are more difficult to track than sequentially.

# Conflicts:
#	single_include/csv2/csv2.hpp
@p-ranav p-ranav merged commit e26cc73 into p-ranav:master Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants