You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The missing -out could just treated as -out - (STDOUT).
$ crunch -in GroupMembers-onlyGroups.csv -sql 'SELECT *'
...
null
If you believe this is a bug, feel free to report it at https://github.com/OndraZizka/csv-cruncher/issues
but please check the open tickets first.
The missing
-outcould just treated as-out -(STDOUT).