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

Relation to TSV (Tab-Separated Values) format? #8

Closed
clue opened this issue Aug 14, 2018 · 0 comments · Fixed by #22
Closed

Relation to TSV (Tab-Separated Values) format? #8

clue opened this issue Aug 14, 2018 · 0 comments · Fixed by #22
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@clue
Copy link
Owner

clue commented Aug 14, 2018

This project does support parsing TSV (Tab-Separated Values) format to some degree by explicitly assigning the delimiter to "\t" (see also #7). However, TSV does (usually) follow some stricter definition and does not follow CSV's escaping logic. For example, TSV requires that each line represents a full record without any escaping and requires that the first line MUST contain the field names. See also the specs for text/tab-separated-values at https://www.iana.org/assignments/media-types/text/tab-separated-values.

See also clue/reactphp-tsv#1

@clue clue added help wanted Extra attention is needed question Further information is requested labels Aug 14, 2018
@clue clue closed this as completed in #22 Dec 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant