Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sheeluvikas opened this issue Apr 12, 2020 · 0 comments · Fixed by #100
Closed

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

sheeluvikas opened this issue Apr 12, 2020 · 0 comments · Fixed by #100
Assignees
Labels
Projects

Comments

@sheeluvikas
Copy link

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| ajordan0@com.com|
| Rebecca| Bell| rbellj@bandcamp.com|
+----------+---------+--------------------+

give the parameters like no of rows, show only headers, optional delimiter etc

@pateash pateash assigned pateash and sheeluvikas and unassigned pateash Apr 12, 2020
@pateash pateash added this to To do in Features via automation Apr 12, 2020
sheeluvikas pushed a commit that referenced this issue Apr 18, 2020
sheeluvikas pushed a commit that referenced this issue Apr 19, 2020
@pateash pateash linked a pull request Apr 20, 2020 that will close this issue
@pateash pateash closed this as completed Apr 20, 2020
Features automation moved this from To do to Done Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Features
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants