You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: