Skip to content

fix: properly escape CSV fields with commas, quotes, and newlines#951

Open
Akshita-2307 wants to merge 1 commit into
Charushi06:mainfrom
Akshita-2307:fix/issue-862-csv-escape
Open

fix: properly escape CSV fields with commas, quotes, and newlines#951
Akshita-2307 wants to merge 1 commit into
Charushi06:mainfrom
Akshita-2307:fix/issue-862-csv-escape

Conversation

@Akshita-2307
Copy link
Copy Markdown

Fixes #862

All CSV fields are now properly escaped using a new \escapeCsvField\ helper that wraps fields containing commas, quotes, or newlines in double quotes and escapes internal quotes.

@Akshita-2307
Copy link
Copy Markdown
Author

Hi maintainers! This PR fixes CSV field escaping to properly handle fields containing commas, quotes, and newlines, preventing malformed CSV output. Would appreciate a review. Thank you!

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.

bug: CSV Export is Malformed when Task Title or Notes Contain Commas, Quotes, or Newlines

1 participant