Timeline for How to split single column to multiple column in CSV file [closed]
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 13, 2023 at 9:30 | history | closed | Kusalananda♦ | Needs details or clarity | |
| Apr 16, 2019 at 20:31 | vote | accept | Abraham Dev Prasad | ||
| Jan 6, 2019 at 17:59 | comment | added | aborruso | Hi @MathieuCAROFF your above example is already set with FILE and TIMESTAMP into separate columns of a csv file. | |
| Jul 17, 2018 at 11:42 | answer | added | Kusalananda♦ | timeline score: 0 | |
| Jul 7, 2018 at 13:49 | answer | added | Mathieu CAROFF | timeline score: 1 | |
| Jul 7, 2018 at 4:50 | comment | added | JonDeg |
@AbrahamDevPrasad The file listed looks like it is in CSV format (where CSV is comma separated). Do you want the output in a different format, such as tab-separated (TSV)? (If so, consider using a csv2tsv converter.) It would help if you clarify what you want to do with the result. The column command is used to pretty-print for reading, but is less useful for subsequent processing by other tools.
|
|
| Jul 6, 2018 at 13:58 | comment | added | Abraham Dev Prasad | @MathieuCAROFF i need the output in tabular format so full path of the file comes under File column and time under Timestamp column. currently both are under single column in csv file. | |
| S Jul 5, 2018 at 20:52 | history | suggested | Mathieu CAROFF | CC BY-SA 4.0 |
Formatting code block
|
| Jul 5, 2018 at 20:42 | comment | added | Mathieu CAROFF | What you actually want to do is very unclear. You should give example(s) of what would be a correct output for a given input. | |
| Jul 5, 2018 at 18:56 | review | Suggested edits | |||
| S Jul 5, 2018 at 20:52 | |||||
| Jul 5, 2018 at 18:39 | review | First posts | |||
| Jul 5, 2018 at 19:01 | |||||
| Jul 5, 2018 at 18:35 | history | asked | Abraham Dev Prasad | CC BY-SA 4.0 |