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: Be able to specify CSV delimiter #91

Closed
jqnatividad opened this issue Nov 13, 2021 · 3 comments
Closed

Feature Request: Be able to specify CSV delimiter #91

jqnatividad opened this issue Nov 13, 2021 · 3 comments
Assignees

Comments

@jqnatividad
Copy link
Collaborator

Right now, the delimiter is set to ",".

Would it be possible to have an additional parameter in generate_csv and analyze_csv to specify an alternate optional delimiter?

If the option argument is not set, then "," is used, otherwise, it uses the alternate delimiter for the csv::ReaderBuilder.

@jqnatividad jqnatividad changed the title Feature Request: Be able to specify delimiter Feature Request: Be able to specify CSV delimiter Nov 13, 2021
@dsietz dsietz self-assigned this Nov 14, 2021
@dsietz
Copy link
Owner

dsietz commented Nov 14, 2021

I'll see what I can do.

dsietz added a commit that referenced this issue Nov 14, 2021
dsietz added a commit that referenced this issue Nov 14, 2021
@dsietz
Copy link
Owner

dsietz commented Nov 14, 2021

All tests passing in development. Will be added to version 0.3.0

@dsietz dsietz closed this as completed Nov 14, 2021
@dsietz
Copy link
Owner

dsietz commented Nov 14, 2021

version 0.3.0 has been published to crates.io
This enhancement is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants