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

Add Environment variables #47

Closed
4 tasks done
jqnatividad opened this issue Sep 24, 2021 · 4 comments
Closed
4 tasks done

Add Environment variables #47

jqnatividad opened this issue Sep 24, 2021 · 4 comments
Labels
enhancement New feature or request. Once marked with this label, its in the backlog.

Comments

@jqnatividad
Copy link
Collaborator

jqnatividad commented Sep 24, 2021

Note: implementation of each env var will be tracked by a separate issue and checked off here as they are done.

@jqnatividad jqnatividad mentioned this issue Sep 24, 2021
@jqnatividad jqnatividad added the enhancement New feature or request. Once marked with this label, its in the backlog. label Sep 29, 2021
@jqnatividad
Copy link
Collaborator Author

jqnatividad commented Oct 16, 2021

Also add QSV_REGEX_UNICODE, as regex unicode support if off by default for search, searchset & replace for performance reasons.

@peterjc
Copy link

peterjc commented Nov 11, 2021

I strongly prefer TSV over CSV, so a big +1 on adding QSV_DELIMITER which I would set to tab, and avoid having to keep adding -d "\t" on piped inputs and using qsv fmt -t "\t" on my outputs.

Cross reference: BurntSushi/xsv#44

@jqnatividad
Copy link
Collaborator Author

Not doing QSV_FLEXIBLE.

Users are meant to use fixlengths - which works in flexible mode, to fix CSV files, which can then be used with other qsv commands.

@jqnatividad
Copy link
Collaborator Author

Done. Logging, if implemented, will NOT use an environment variable. It will just check the log4rs yaml file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. Once marked with this label, its in the backlog.
Projects
None yet
Development

No branches or pull requests

2 participants