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

Parsing CSV files with multi-line fields #42

Closed
shenwei356 opened this issue Mar 26, 2018 · 2 comments
Closed

Parsing CSV files with multi-line fields #42

shenwei356 opened this issue Mar 26, 2018 · 2 comments

Comments

@shenwei356
Copy link
Owner

The stdlib encoding/csv supports this, but the https://github.com/mzimmerman/multicorecsv doesn't.

@shenwei356
Copy link
Owner Author

Multi-line files are very common in spreadsheet. We may replace multicorecsv with stdlib encoding/csv.

@shenwei356
Copy link
Owner Author

It's supported multi-line fields now, but fail to support meta line ( #13 ) which was supported since v0.7.0 after taken advice from @thunfischbrot .

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