table
The table
command formats CSV data into a readable table.
Syntax
qsv table [options] <input_file> [<output_file>]
Description
The table
command is used to format CSV data into a readable table. This is useful for displaying data in a human-readable format.
Options
--no-headers
: When set, the first row will not be interpreted as headers
Examples
Format as Table
Format CSV data as a readable table:
qsv table DLD_Transactions_English_500.csv
Common Use Cases
- Displaying data in a human-readable format
- Inspecting data for quick analysis
Tips
- Verify the output to ensure the data is correctly formatted
- Use in combination with other commands for complex data processing