Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Convert simple CSV format to table #66

Open
zhuochun opened this issue Aug 12, 2015 · 1 comment
Open

Convert simple CSV format to table #66

zhuochun opened this issue Aug 12, 2015 · 1 comment

Comments

@zhuochun
Copy link
Owner

Format table could format simple CSV format to table, e.g.

name,age,grade
peter,18,A
john,17,B+
name  | age | grade
------|-----|------
peter | 18  | A    
john  | 17  | B+   
@Fastidious
Copy link

This could be a very nice enhancement!

@zhuochun zhuochun modified the milestones: v2.5.0, v3.x Jul 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants