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
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.
The text was updated successfully, but these errors were encountered:
Teip is a command line utility to perform other commands only on a specific column of input data. Example(from teip docs):
Will perform
sed
only on the third column of input, the output will be: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.
The text was updated successfully, but these errors were encountered: