csvtool
Verified for current stable LTS
Csvtool Commands
Csvtool command syntax with verified terminal examples.
Commands
10 commands for Csvtool
csvtool Archive
Csvtool Command: Extract Lines Matching Exact String
csvtool -c <2> -s '<^String$>' <path/to/file.csv> csvtool Archive
Csvtool Command: Extract Lines Starting With
csvtool -c <2> -s '<^Bar>' <path/to/file.csv> csvtool Archive
Csvtool Command: Extract Lines Where Second Column Matches String
csvtool -c <2> -s '<^String$>' <path/to/file.csv> csvtool Archive
Csvtool Command: Extract Lines Where Second Column Starts With Bar
csvtool -c <2> -s '<^Bar>' <path/to/file.csv> csvtool Archive
Csvtool Command: Extract Multiple Columns
csvtool -c <2,4> <path/to/file.csv> csvtool Archive
Csvtool Command: Extract Second And Fourth Columns From Csv
csvtool -c <2,4> <path/to/file.csv> csvtool Archive
Csvtool Command: Extract Second Column
csvtool -c <2> <path/to/file.csv> csvtool Archive
Csvtool Command: Extract Second Column From Csv
csvtool -c <2> <path/to/file.csv> csvtool HTTP
Csvtool Command: Find Lines Ending With Baz And Extract Columns
csvtool -c <2> -s '<Baz$>' <path/to/file.csv> | csvtool -e -c <3,6> csvtool HTTP
Csvtool Command: Find Lines Where Second Column Ends With Baz And Extract Columns Three And Six
csvtool -c <2> -s '<Baz$>' <path/to/file.csv> | csvtool -e -c <3,6> Suggest a Csvtool Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Csvtool workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.