Imports of csv2table command

PathSynopsis
encoding/csvPackage csv reads and writes comma-separated values (CSV) files.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/olekukonko/tablewriterCreate & Generate text based table
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.