Skip to content

Tool to view the csv file in a formatted way. #98

Closed
@sheeluvikas

Description

@sheeluvikas

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions