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

Add keep dropper #3

Closed
FloopCZ opened this issue Sep 26, 2018 · 0 comments · Fixed by #19
Closed

Add keep dropper #3

FloopCZ opened this issue Sep 26, 2018 · 0 comments · Fixed by #19
Labels
good first issue Good for newcomers

Comments

@FloopCZ
Copy link
Contributor

FloopCZ commented Sep 26, 2018

I find very annoying to drop every column I temporarly create. It would be a nice feature to specify the columns to keep instead of dropping the useless ones.

E.g. I have columns a,b,c,d,e,f,g and want to keep only a,b:

// current
stream | drop<c,d,e,f,g>

// proposed
stream | keep<a,b>

This would be useful in the end of the streams on in case of reusing some stream parts (no idea what sources are provided)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant