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

CSV 'Split' is going off *any* line-feed instead of end-of-csv-line #175

Closed
lat9 opened this issue Aug 2, 2020 · 0 comments
Closed

CSV 'Split' is going off *any* line-feed instead of end-of-csv-line #175

lat9 opened this issue Aug 2, 2020 · 0 comments

Comments

@lat9
Copy link
Owner

lat9 commented Aug 2, 2020

The DbIo Split processing is currently splitting at every line-end (whether or not it's the end of a CSV line). Need to use fgetcsv instead of fgets.

@lat9 lat9 added the bug label Aug 2, 2020
@lat9 lat9 added this to the v1.6.4 milestone Aug 2, 2020
@lat9 lat9 closed this as completed Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant