BurntSushi / BurntSushi/rust-csv

Support multi-byte terminator

Open
#115 9 comments 1 reaction 0 assignees View on GitHub
Dominant language
Rust
Stars
2k
Forks
257
PR merge metrics
No merged PRs in 30d

Description

I'm parsing some CSV files that use the "record delemiter"/terminator `\x02\n`. I can't use `\n` as terminator, since `\n` may occur in record field values.

Another bug is that I don't get any records at all if I choose `\x02` as the terminator. My suspicion is that this library always does something special for `\n` even if it's not set as the terminator.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.