How to view a delimiter-separated-value file in Emacs with highlighting helpful for reading?
Ideally the delimiter character/string should be customizable.
If Emacs can't do, any other tool available on Linux for this task?
|
How to view a delimiter-separated-value file in Emacs with highlighting helpful for reading? Ideally the delimiter character/string should be customizable. If Emacs can't do, any other tool available on Linux for this task?
| |||
|
feedback
|
|
Regarding @Ammar's solution It's not difficult to "fix" the command
Unfortunately, it doesn't escape It all depends on how often you are going to be looking at such files and what capabilities you need to know how much work you want to put into it. :-) | |||
|
feedback
|
|
You might change the delimiter to | (e.g. by You can also use | |||
|
feedback
|
|
In emacs you can highlight some text with | |||
|
feedback
|
|
If you have org-mode, then open the CSV file, set the major mode to org-mode, mark the whole buffer, and click You can do anything to org-mode tables, combined with emacs' calc, it's more powerful than a spreadsheet application, see here for reference. For linux, there are endless tools that you could use to process CSV files, but the swiss knife must be awk. Learn awk if you can, it will make your life easier. | |||||||||
feedback
|