Skip to content

fix quotes handling inside a quoted field#141

Closed
crazy-max wants to merge 3 commits intodocker:masterfrom
crazy-max:fix-set
Closed

fix quotes handling inside a quoted field#141
crazy-max wants to merge 3 commits intodocker:masterfrom
crazy-max:fix-set

Conversation

@crazy-max
Copy link
Copy Markdown
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.

@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 <[email protected]>
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