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

CSV Reader: Handle delimiter being more than 1 character #121

Open
glass-ships opened this issue Apr 4, 2024 · 1 comment
Open

CSV Reader: Handle delimiter being more than 1 character #121

glass-ships opened this issue Apr 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@glass-ships
Copy link
Collaborator

No description provided.

@glass-ships glass-ships added the enhancement New feature or request label Apr 4, 2024
@ptgolden
Copy link
Member

This would require not using Python's CSV reader, which requires single character delimiters. Significant portions of our reader assume the use of the builtin reader.

I'm not sure I've ever seen a CSV(-ish) file in the wild that has multi-character delimiters. I'm inclined to close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants