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

fix quotes handling inside a quoted field #141

Closed
wants to merge 3 commits into from

Conversation

crazy-max
Copy link
Member

@crazy-max crazy-max commented Jun 9, 2023

fixes #136

Removing handling of quotes in #97 breaks usage of # comment character. This is also unfortunately a breaking change so would need a major release when merged because now quotes characters present inside a field must be escaped per https://csv.js.org/parse/options/quote/#quotes-inside-the-field.

We could also make comments optional in our toolkit docker/actions-toolkit#115 but would be a breaking change as well.

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
@crazy-max crazy-max requested a review from jedevc June 9, 2023 12:37
@crazy-max crazy-max marked this pull request as ready for review June 9, 2023 12:37
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Everything after # gets eaten in the set input, with no way to escape it since v3
1 participant