CLEVERCSV-VIEW(1) | Clevercsv Manual | CLEVERCSV-VIEW(1) |
clevercsv-view - View the CSV file on the command line using TabView
clevercsv view [-e ENCODING | --encoding=ENCODING]
[-n NUM_CHARS | --num-chars=NUM_CHARS] [-t | --transpose] <path>
The view command is useful to quickly inspect a messy CSV file on the command line.
-h, --help
-e, --encoding
-n, --num-chars
One aspect to keep in mind is that CleverCSV may need to read a specific number of characters to be able to correctly infer the dialect. For example, in the ``imdb.csv`` file in the GitHub repository, the correct dialect can only be found after at least 66 lines of the file are read. Therefore, if there is availability to run CleverCSV on the entire file, that is generally recommended.
-t, --transpose
<path>
Part of the CleverCSV suite
2023-01-13 | Clevercsv 0.7.5 |