Revision bd9f274b
Von Sven Schöling vor mehr als 13 Jahren hinzugefügt
SL/Helper/Csv.pm | ||
---|---|---|
317 | 317 |
Each entry is an arrayref with the following structure: |
318 | 318 |
|
319 | 319 |
[ |
320 |
offending raw input, |
|
321 |
Text::CSV error code if T:C error, 0 else, |
|
322 |
error diagnostics, |
|
323 |
position in line, |
|
324 |
estimated line in file, |
|
320 |
0 offending raw input,
|
|
321 |
1 Text::CSV error code if T:C error, 0 else,
|
|
322 |
2 error diagnostics,
|
|
323 |
3 position in line,
|
|
324 |
4 estimated line in file,
|
|
325 | 325 |
] |
326 | 326 |
|
327 | 327 |
Note that the last entry can be off, but will give an estimate. |
Auch abrufbar als: Unified diff
SL::Helper::Csv: Doku zur Errorstruktur.