Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Does this boil down to converting csv to this graphical box format? Do you know in advance how many columns there will be? Commented Sep 19, 2016 at 23:41
  • No, I want a general solution, so it will have to determine max value in each column also. I've started to step through a Perl solution using Text::CSV, but I'm surprised a command-line (Perl?) solution hasn't been implemented already. Commented Sep 20, 2016 at 0:58
  • as a breadcrumb, take a look at search.cpan.org/~shlomif/Text-Table-1.131/lib/Text/Table.pm and entable.s3.amazonaws.com/index.html Commented Sep 20, 2016 at 1:13
  • What do you mean by "as a breadcrumb"? The first looks like exactly what I need, although the the documentation is very hard to understand. Commented Sep 20, 2016 at 15:15
  • just that it's a comment and not an Answer Commented Sep 20, 2016 at 15:44