Timeline for How to do calculation for each row
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 3, 2021 at 7:32 | comment | added | cas | @D.BenKnoble yep. To parse CSV properly (with quotes and escapes etc), you need a real CSV parser. Either a tool like csvkit, or a CSV-parsing library for perl (e.g. Text::CSV) or python (e.g. csv) or whatever language you're using. This answer is only good for simple comma-delimited input like in the OP's example, not full CSV. | |
| May 3, 2021 at 3:21 | comment | added | D. Ben Knoble | Assuming the CSV is really simple (no escaped commas, etc.)… | |
| May 2, 2021 at 9:42 | vote | accept | Polsop | ||
| May 2, 2021 at 9:41 | history | edited | cas | CC BY-SA 4.0 | added 38 characters in body |
| May 2, 2021 at 9:35 | history | answered | cas | CC BY-SA 4.0 |