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: correctly escapes double quotes when converting ux.table to csv (#977) #980

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

mdonnalley
Copy link
Contributor

Merges #977

  • Fix: correctly escapes double quotes when converting ux.table to csv

modify replace with replaceAll as mentioned in this issue : #944 (comment)

  • test: complete ux.table test to check if double quotes escaping is correct

…977)

* Fix: correctly escapes double quotes when converting ux.table to csv

modify replace with replaceAll as mentioned in this issue : #944 (comment)

* test: complete ux.table test to check if double quotes escaping is correct
@mdonnalley mdonnalley changed the title Fix: correctly escapes double quotes when converting ux.table to csv (#977) fix: correctly escapes double quotes when converting ux.table to csv (#977) Mar 1, 2024
@mdonnalley mdonnalley merged commit c9338b3 into main Mar 1, 2024
70 checks passed
@mdonnalley mdonnalley deleted the mdonnalley/977 branch March 1, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants