Timeline for Convert tab separated values to ASCII table
Current License: CC BY-SA 3.0
20 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Jan 18, 2018 at 22:28 | audit | Close votes | |||
Jan 18, 2018 at 22:28 | |||||
Jan 13, 2018 at 23:51 | audit | Close votes | |||
Jan 13, 2018 at 23:54 | |||||
Jan 6, 2018 at 16:17 | audit | Reopen votes | |||
Jan 6, 2018 at 16:17 | |||||
Jan 1, 2018 at 12:04 | audit | Close votes | |||
Jan 1, 2018 at 23:40 | |||||
Dec 27, 2017 at 9:28 | audit | Reopen votes | |||
Dec 27, 2017 at 9:29 | |||||
Dec 21, 2017 at 11:26 | vote | accept | Salman Arshad | ||
Dec 21, 2017 at 3:50 | comment | added | user201265 |
ask a PCG question about it - lulz will ensue. Wait, it's already been asked... codegolf.stackexchange.com/questions/100613/… (note that TSV->CSV is only a single char difference... {{(⊃⍵)⍪⍉⍪↑¨↓⍉↑1↓⍵}s¨'⎕T'⎕T¨(s←1↓¨⊢⊂⍨⊢=⊃)¯1⌽⍵} seems nice enough to work on, eh?)
|
|
Dec 21, 2017 at 3:16 | answer | added | G-Man Says 'Reinstate Monica' | timeline score: 4 | |
Dec 21, 2017 at 2:49 | audit | Close votes | |||
Dec 21, 2017 at 3:01 | |||||
Dec 20, 2017 at 23:24 | history | tweeted | twitter.com/super_user/status/943623255054831617 | ||
Dec 20, 2017 at 20:30 | comment | added | Salman Arshad | @Barmar I am not using awk but I am sure someone else will find it useful. | |
Dec 20, 2017 at 17:30 | comment | added | Barmar |
It's a simple awk script.
|
|
Dec 20, 2017 at 13:23 | answer | added | mb21 | timeline score: 5 | |
Dec 20, 2017 at 13:20 | history | edited | Salman Arshad | CC BY-SA 3.0 |
forgot to add header row in sample input
|
Dec 20, 2017 at 13:11 | history | edited | Salman Arshad | CC BY-SA 3.0 |
added 148 characters in body
|
Dec 20, 2017 at 12:58 | history | edited | Salman Arshad | CC BY-SA 3.0 |
added 158 characters in body
|
Dec 20, 2017 at 12:53 | comment | added | Salman Arshad | @JeffZeitlin I'll update question. | |
Dec 20, 2017 at 12:38 | answer | added | DavidPostill♦ | timeline score: 10 | |
Dec 20, 2017 at 12:28 | comment | added | Jeff Zeitlin | What environment are you in? What tools do you have available? Which of those are you familiar with? Which ones are you willing - or unwilling - to use? How do you define "efficiency" for the purposes of this question? There are probably almost as many ways to do the job as there are people who want to do it; you need to provide additional information. See How to Ask a Good Question. | |
Dec 20, 2017 at 12:13 | history | asked | Salman Arshad | CC BY-SA 3.0 |