Skip to content

Wrapper for URL's with commas#99

Merged
pooleycodes merged 2 commits intomainfrom
wrap-commas-url
Apr 8, 2026
Merged

Wrapper for URL's with commas#99
pooleycodes merged 2 commits intomainfrom
wrap-commas-url

Conversation

@pooleycodes
Copy link
Copy Markdown
Contributor

@pooleycodes pooleycodes commented Mar 31, 2026

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

any URL containing a comma (e.g. https://example.com/data?fields=a,b) will be stored as "https://example.com/data?fields=a,b" in the CSV, preventing the comma from being misinterpreted as a field separator by downstream CSV consumers.

@pooleycodes pooleycodes marked this pull request as ready for review March 31, 2026 11:09
@pooleycodes pooleycodes merged commit 446f3f0 into main Apr 8, 2026
2 checks passed
@pooleycodes pooleycodes deleted the wrap-commas-url branch April 8, 2026 12:42
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.

2 participants