Closed
Description
This tool intends to help the user to get a glance of a csv file without actually opening in some editor.
when a user types the command like for example :
showcsv file.csv
the output could be like ( In a more formatted way) :
+----------+---------+--------------------+
|First_Name|Last_Name| Email_Id|
+----------+---------+--------------------+
| Amanda| Jordan| [email protected]|
| Rebecca| Bell| [email protected]|
+----------+---------+--------------------+
give the parameters like no of rows, show only headers, optional delimiter etc