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

Notify on invalid quoted field #4

Closed
airbreather opened this issue May 26, 2019 · 0 comments
Closed

Notify on invalid quoted field #4

airbreather opened this issue May 26, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@airbreather
Copy link
Owner

Not all possible character sequences are valid according to RFC 4180. RFC 4180 dictates certain rules for a valid stream to follow:

  1. If a field is not quoted, then double-quote characters may not appear in the field.
  2. If field data starts with a double-quote character, then the closing double-quote character may only be followed by a comma, end-of-line, or end-of-data.

Certain use cases may wish to know when these occur.

@airbreather airbreather added the enhancement New feature or request label May 26, 2019
@airbreather airbreather added this to the 1.1.0 milestone May 26, 2019
airbreather added a commit that referenced this issue Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant