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

Feature Request: teip like feature #260

Open
ahrzb opened this issue Jan 15, 2021 · 0 comments
Open

Feature Request: teip like feature #260

ahrzb opened this issue Jan 15, 2021 · 0 comments

Comments

@ahrzb
Copy link

ahrzb commented Jan 15, 2021

Teip is a command line utility to perform other commands only on a specific column of input data. Example(from teip docs):

$ echo "100 200 300 400" | teip -f 3 sed 's/./@/g'

Will perform sed only on the third column of input, the output will be:

100 200 @@@ 400

I wish there was a subcommand which did the same on csv columns, strip header, unescape strings, pass to subcommand, escape output again, put it back into csv.

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

No branches or pull requests

1 participant