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

Feature request: support options for custom separator and delimiter values #21

Open
Manjack21 opened this issue Jun 18, 2023 · 1 comment

Comments

@Manjack21
Copy link

The issue

"CSV" files created on windows operating systems, will contain a number of different separators and delimiters, depending on the regional settings of the host. This also applies to certain Linux distributions (looking at you ubuntu).
In the current implementation only the comma separator(,) and double-quote delimiter(") are supported, as stated in the RFC.

requested feature

It should be possible to define custom separator and delimiter values, via the option object. These values should be optional and default to comma and double-quote.

@Manjack21
Copy link
Author

I would like to implement this feature in the fork https://github.com/Manjack21/csv and provide a pull request when it's ready.

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

No branches or pull requests

1 participant