Details
Description
See http://moodle.org/mod/forum/discuss.php?d=116180 for explanation.
The reason is that the import limits each line to 1024 bytes. I'm increasing this to 4096, it should cover any reasonable length of header line.
Issue Links
| This issue has a clone: | ||||
| MDL-16974 | Error importing grades from a CSV file when the first row (colum names) character count exceeds 999 characters. |
|
|
|
Hmm. Nico. I am not very impressed with this fix. You seem to have changed a lot of hard-coded 1024 numbers to 4096. That is just asking for trouble in future. Surely you should be using a constant?