[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Formatting Columnar/Delimited Data?
From: |
Sami Kerola |
Subject: |
Re: Formatting Columnar/Delimited Data? |
Date: |
Mon, 16 Sep 2013 15:48:57 +0100 |
On 16 September 2013 15:43, Aaron Davies <address@hidden> wrote:
> Are there any tools for formatting character-delimited, columnar
> files (csv, tab-separated, etc.) for easy viewing? I'm looking for
> something that will work out the proper width for each column and use
> that to output the file in space-padded, fixed-width format.
A command from util-linux package might suitable for purpose you are after.
column -s, -t example.csv
--
Sami Kerola
http://www.iki.fi/kerolasa/