Timeline for Using ReadList to read file with mixed size columns
Current License: CC BY-SA 4.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Apr 27, 2022 at 9:20 | history | edited | Syed | CC BY-SA 4.0 | added a more efficient alternative |
| S Apr 27, 2022 at 9:20 | history | suggested | alex | CC BY-SA 4.0 | added a more efficient alternative |
| Apr 27, 2022 at 9:18 | comment | added | Syed | Thanks for that. I took the lazy route as I didn't have to contend with the actual file size. | |
| Apr 27, 2022 at 9:15 | comment | added | alex | I have taken the liberty to add this solution to your answer for clarity. let me know if this not part of the rules. | |
| Apr 27, 2022 at 9:14 | review | Suggested edits | |||
| S Apr 27, 2022 at 9:20 | |||||
| Apr 27, 2022 at 9:11 | vote | accept | alex | ||
| Apr 27, 2022 at 9:05 | comment | added | Syed | Interpreter function is general purpose and is often slow. The key point was to read records first and then process them. | |
| Apr 27, 2022 at 9:02 | comment | added | alex | The dataOut version is very slow for large files, but if you instead have ToExpression[StringSplit /@ data], it works very well. | |
| Apr 27, 2022 at 8:56 | comment | added | alex | This is brilliant. | |
| Apr 26, 2022 at 14:58 | history | answered | Syed | CC BY-SA 4.0 |