Changes between Version 1 and Version 3 of Ticket #6087


Ignore:
Timestamp:
Aug 29, 2015, 6:10:34 AM (9 years ago)
Author:
Even Rouault
Comment:

trunk r29898 "Adjust test: actually the issue was a double quote character in the middle of a field (#6087)"

My diagnostic was wrong, but the fix right... The leading single quote character of a field wasn't the problem, but a double quote character in the middle of it was !

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6087

    • Property Status newclosed
    • Property Summary Issues with leading single quote, and missing first line, when parsing allCountries.txtIssues with leading double quote, and missing first line, when parsing allCountries.txt
    • Property Resolutionfixed
    • Property Milestone2.0.1
  • Ticket #6087 – Description

    v1 v3  
    112 issues:
    2   * fields that start with a single quote character completely mess up the parsing of the rest of the file
     2  * fields that have a double quote character inside a field completely mess up the parsing of the rest of the file
    33  * the first record was skipped (after a ResetReading())