Timeline for Splitting text file into CSV with multiple delimiters in bash?
Current License: CC BY-SA 4.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 13, 2019 at 19:44 | answer | added | Konstantinos | timeline score: 1 | |
| Mar 13, 2019 at 15:53 | history | edited | WTA | CC BY-SA 4.0 | Adding sample to code block. Unable to get formatting of spreadsheet to work, but included column headers to illustrate. |
| Mar 13, 2019 at 15:43 | history | edited | WTA | CC BY-SA 4.0 | Adding sample to code block |
| Mar 12, 2019 at 23:42 | history | edited | steeldriver | CC BY-SA 4.0 | improved formatting |
| Mar 12, 2019 at 21:06 | comment | added | ilkkachu | please edit your question to put the source data in a code block, and to show what the corresponding output should be. See the editing help for that first one. | |
| Mar 12, 2019 at 21:02 | answer | added | RonJohn | timeline score: -1 | |
| Mar 12, 2019 at 20:38 | comment | added | WTA | Appreciate it... was wondering if something like that made the most sense, "nesting" it is something I think I can figure out - will try tonight if I have time. Appreciate it! | |
| Mar 12, 2019 at 18:53 | comment | added | RonJohn | Maybe split by one delimiter, treating multiple logical fields as one field. Then, split that field by the other delimiter. Lastly write out the whole record. | |
| Mar 12, 2019 at 18:12 | history | edited | Jeff Schaller♦ | edited tags | |
| Mar 12, 2019 at 18:10 | review | First posts | |||
| Mar 12, 2019 at 18:23 | |||||
| Mar 12, 2019 at 18:06 | history | asked | WTA | CC BY-SA 4.0 |