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

Define csv separator #423

Closed
tormento opened this issue Sep 23, 2024 · 1 comment · Fixed by #429
Closed

Define csv separator #423

tormento opened this issue Sep 23, 2024 · 1 comment · Fixed by #429
Labels
Milestone

Comments

@tormento
Copy link

Not every region uses "," as csv separator.

The solution is to add

sep=,

as first line in the csv file, so that it can be directly opened with Excel in any region.

A proper flag in config file would be useful.

@Breakthrough
Copy link
Owner

Good idea, happy to add this. This probably should be done for timecodes as well at some point.

@Breakthrough Breakthrough added this to the 0.6.5 milestone Sep 24, 2024
@Breakthrough Breakthrough linked a pull request Sep 30, 2024 that will close this issue
3 tasks
Breakthrough added a commit that referenced this issue Nov 20, 2024
* [cli] Add ability to customize delimiters for CSV output (#423)

* [cli] Add tests for CSV delimiters and enforce constraints for delimiter lengths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants