-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Csv file exported from Excel with utf-8 encoding is "utf-8-bom" by default. It seems these files can't be used in the csv reader of the DigitransitGeocoding plugin without errors (see below). However, when files are converted to "utf-8" (without bom) in Notepad++, the csv file is read as expected by the plugin.
Steps to reproduce the behavior:
- Save a csv file in Excel with "CSV UTF-8" (either by Export or by Save as, both give the same result)
- In QGIS go to Toolbox - Digitransit.fi geocoding plugin - Geocode - Geocode addresses in a CSV file
- Select the saved CSV file and give the needed information (the used separator and column names in a list (different files with different separators have been tested)) => click Run
- Log gives error: "Prosessointiin syötteenä antamasi kentän nimeä ei ole CSV-tiedoston otsikkokentän nimenä." (field name not found in title row of csv)
Desktop:
- Plugin: QGISDigitransitGeocoding-master 0.7.2
- QGIS 3.28.4
- OS: Win11
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

