-
Notifications
You must be signed in to change notification settings - Fork 217
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
More than one join and stdin, part two #403
Comments
I probably don't understand the underlying programmatic structures and the complexity of it. Else, is it not common to join multiple files that are identically structured and only rename the columns that differ in content? Imaginary example
( that will output
|
Hi @NikosAlexandris -- sorry for the long delay. I can indeed see the value of this!! The original idea of Miller was that -- for all verbs, not just But here even that wouldn't work, since you truly want an n-wise join of n files, which is a great idea -- and not what was implemented. :^/ |
Should be |
Closing this as a duplicate of #711 (which remains open). |
I have multiple files with the same structure (== same header), i.e. one of the files looks like:
I can repeat the above example for up to 3 inputs files:
How about doing this for many more input files?
Originally posted by @NikosAlexandris in #235 (comment)
The text was updated successfully, but these errors were encountered: