Opened 9 years ago
Closed 9 years ago
#6086 closed defect (fixed)
CSV driver: allCountries.txt separator not recognized
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | OGR_SF | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
Recent allCountries.txt have in their first line a comma in a field, which confuses the autodetection of the delimiter. So instead of using TAB, it uses comma.
Note:
See TracTickets
for help on using tickets.
trunk r29867, branches/2.0 r29868 "CSV: fix detection of TAB delimiter in allCountries.csv when the first line has a comma (#6086)"
(A workaround is to rename allCountries.txt to allCountries.tsv)