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

Directory mode [for stacking in particular] #21

Open
geekscrapy opened this issue Dec 10, 2019 · 0 comments
Open

Directory mode [for stacking in particular] #21

geekscrapy opened this issue Dec 10, 2019 · 0 comments

Comments

@geekscrapy
Copy link

geekscrapy commented Dec 10, 2019

Provide a switch that allows the input of filenames to be directory based. If a directory has more files than is allowed on the command line (when using * for example) the command fails (as expected).

e.g. this fails
gocsv stack /my/dir/of/10M_files/*.csv

So the only way to get round this is to:
find /my/dir/of/10M_files/ -name "*.csv" -exec gocsv stack "{}" ";"

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