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

join (via sql): add --all option to join on all key values, not just those in the first input #134

Open
liquidaty opened this issue Aug 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@liquidaty
Copy link
Owner

For example, given 2 inputs:

a.csv:

id,..
1,...
2,...

and b.csv:

id,..
2,...
3,...

then sql --join-indexes 1 a.csv b.csv returns two data rows with ids 1 and 2, but sql --join-indexes 1 --all a.csv b.csv would return three data rows with ids 1, 2, and 3

@liquidaty liquidaty added the enhancement New feature or request label Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant