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
And as to your "recipe", that's great! That's why one of qsv's goal is composability.
My hope is that over time, we build up a recipe library (mixing in other common CLI commands), preferably a large part of it from the community that can be readily shared and reused.
It will take time, but we're already seeding it with qsv pro...
I'd like to suggest a join and joinp option to write the keys used for a join to a file:
--keys-output <file> Write keys to <file>
e.g. if the join is:
qsv joinp --keys-output=keys.csv category,class file1.csv category,class file2.csv -o values.csv
then
--keys-output=keys.csv
would write the keys (category,class) for which the join was successfull to the file keys.csv.I assume this could happen "for free" (without much additional coding), because these keys are used to build the join result.
The text was updated successfully, but these errors were encountered: