Skip to content

Conversation

@tom-m-galla
Copy link

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Other... Please describe:

What is the current behavior?

Double quote characters ('"') are not properly escaped/quote upon export as CSV file for github, gitlab, or JIRA import.

Subsequent import fails due to malformed CSV file.

Issue Number: #158

What is the new behavior?

Double quote characters ('"') are not properly escaped/quote upon export as CSV file for github, gitlab, or JIRA import.

Subsequent import succeeds due to well-formed CSV file.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Fix missing quoting/escaping of double quotes upon CSV export for github,
gitlab, or JIRA import (issue d-koppenhagen#158)
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.

1 participant